Skip to content

Update ESPHomeRoombaComponent.h#3

Open
brembygit wants to merge 1 commit into
davidecavestro:uartfrom
brembygit:patch-1
Open

Update ESPHomeRoombaComponent.h#3
brembygit wants to merge 1 commit into
davidecavestro:uartfrom
brembygit:patch-1

Conversation

@brembygit
Copy link
Copy Markdown

		else if (command == "wake_om_dock") {
			wake_on_dock();
		}

"wake_om_dock" is a typo? shouldn't be "wake_on_dock"

		else if (command == "wake_on_dock") {
			wake_on_dock();
		}

			else if (command == "wake_om_dock") {
				wake_on_dock();
			}

"wake_om_dock" is a typo? shouldn't be "wake_on_dock"

			else if (command == "wake_on_dock") {
				wake_on_dock();
			}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant