forked from M-Labs/ionpak-thermostat
command_parser: fix typo
This commit is contained in:
parent
b118ad0cec
commit
34f09030e5
|
@ -108,7 +108,7 @@ impl Command {
|
|||
)),
|
||||
Disable => Ok(Command::Channel(
|
||||
channel as u8,
|
||||
ChannelCommand::Enable
|
||||
ChannelCommand::Disable
|
||||
)),
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue