1
0
Fork 0

update with new set-state topic for Hue

master
Bob Carroll 2022-08-30 17:04:32 -05:00
parent ba2665885e
commit 79e49d4ea7
1 changed files with 1 additions and 1 deletions

View File

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