From 8b835b6af0b0a2c61fa3bfa405f2d46999b728c9 Mon Sep 17 00:00:00 2001 From: Matt Way Date: Wed, 3 Jan 2024 10:19:37 +1100 Subject: [PATCH] Fetch position after stopping blind --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index d319f8c..3772333 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,6 +98,7 @@ void onConnectionEstablished() { } else if (payload == "STOP") { sendStopPacket(shadeID); // TODO: Schedule fetching position of blind + sendFetchPosition(shadeID); } });