From 79e49d4ea77a141d3ae0c4dfd9b090e54018c4e2 Mon Sep 17 00:00:00 2001 From: Bob Carroll Date: Tue, 30 Aug 2022 17:04:32 -0500 Subject: [PATCH] update with new set-state topic for Hue --- cherry/light/hue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cherry/light/hue.py b/cherry/light/hue.py index 14bf5c4..db3584d 100644 --- a/cherry/light/hue.py +++ b/cherry/light/hue.py @@ -104,7 +104,7 @@ async def set_state(client, light, state): return payload = umsgpack.packb(payload) - await client.publish(f'hue/{dc}/{id_}/set', payload) + await client.publish(f'hue/{dc}/{id_}/state/set', payload) async def pivot_map(m):