fix
This commit is contained in:
parent
00f6418345
commit
2c6f4da3fe
|
@ -17,7 +17,7 @@ namespace ratgdo {
|
|||
{
|
||||
bool value = state == LockState::LOCK_STATE_LOCKED;
|
||||
this->state = value;
|
||||
this->publish_state();
|
||||
this->publish_state(value);
|
||||
}
|
||||
void RATGDOSwitch::write_state(bool state)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue