fix P1 limit pin in enum
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
enum RO // relay output channels
|
enum RO // relay output channels
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ namespace commands
|
|||||||
{"P2", RO::P2},
|
{"P2", RO::P2},
|
||||||
{"P3", RO::P3},
|
{"P3", RO::P3},
|
||||||
{"P4", RO::P4},
|
{"P4", RO::P4},
|
||||||
{"UNLIMITED", RO::P1}};
|
{"UNLIMITED", RO::RO_MAX}};
|
||||||
|
|
||||||
static const std::map<const std::string, uint8_t> c_heatingValveMap = {{"pump", RO::PUMP_HT},
|
static const std::map<const std::string, uint8_t> c_heatingValveMap = {{"pump", RO::PUMP_HT},
|
||||||
{"first", RO::FST_FLOOR},
|
{"first", RO::FST_FLOOR},
|
||||||
|
|||||||
Reference in New Issue
Block a user