Logo
Program smart lights API Documentation

Rhythm

Number of APIs: 9


1. Rhythm connected

GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmConnected

Indicates if the Rhythm is connected to the Light Panels or not.



2. Rhythm active

GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmActive

Indicates if the Rhythm's microphone is currently active or not.



3. Rhythm id

GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmId

Indicates the Rhythm's Id in the Light Panel system.



4. Hardware version

GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/hardwareVersion

Indicates the Rhythm's hardware version.



5. Firmware version

GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/firmwareVersion

Indicates the Rhythm's firmware version.



6. Aux available

GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/auxAvailable

Indicates if an aux cable (3.5mm) is currently connected to the Rhythm.



7. Rhythm mode

GET 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.



8. 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.



9. Rhythm positions

GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmPos

Indicates the position and orientation of the Rhythm in the Light Panels' layout.



ENDPOINTS