Fetch position after stopping blind

This commit is contained in:
2024-01-03 10:19:37 +11:00
parent 62474c3911
commit 8b835b6af0

View File

@@ -98,6 +98,7 @@ void onConnectionEstablished() {
} else if (payload == "STOP") {
sendStopPacket(shadeID);
// TODO: Schedule fetching position of blind
sendFetchPosition(shadeID);
}
});