Skip to content

Commit 720f54e

Browse files
committed
[BleBox] Add heartbeatreceived
1 parent 6ab84ce commit 720f54e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/BleBox.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ void BleBox::GetDevicesState()
115115
bool state = root["state"].asBool();
116116

117117
SendSwitch(node, itt->second, 255, state, 0, DevicesType[i].name);
118+
SetHeartbeatReceived(); //TODO - another place
118119
}
119120
}
120121
}

0 commit comments

Comments
 (0)