This commit is contained in:
J. Nick Koston 2023-06-09 16:00:42 -05:00
parent 00f6418345
commit 2c6f4da3fe
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{