studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

Stop the entertainment stream #204

Open sanwink opened 1 year ago

sanwink commented 1 year ago

How can I stop the entertainment stream with phue ?

I fond this "the entertainment area is a group (of type "Entertainment"), and you can stop the stream from there:"

$ ph put /groups/2 '{"stream":{"active": false}}'

Wat is the code that wil work for Phue ?

SanWink