Logo
Program smart lights API Documentation

Rhythm mode - update

PUT http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmMode

Allows the user to control the sound source for the Rhythm. Writing 0 to this field sets the Rhythm's sound source to the microphone, and writing 1 to the field sets the sound source to the aux cable.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT 'http://ipAddress/api/v1/:auth_token/rhythm/rhythmMode' -d '{"rhythmMode":1}'

ENDPOINTS