forked from M-Labs/ionpak-thermostat
Revert "command_parser: fix typo"
Keep PR to one issue at a time!
This reverts commit 34f09030e5
.
This commit is contained in:
parent
34f09030e5
commit
fa2089b8a3
|
@ -108,7 +108,7 @@ impl Command {
|
||||||
)),
|
)),
|
||||||
Disable => Ok(Command::Channel(
|
Disable => Ok(Command::Channel(
|
||||||
channel as u8,
|
channel as u8,
|
||||||
ChannelCommand::Disable
|
ChannelCommand::Enable
|
||||||
)),
|
)),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue