Number of APIs: 9
GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmConnected
Indicates if the Rhythm is connected to the Light Panels or not.
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.
GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/hardwareVersion
Indicates the Rhythm's hardware version.
GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/firmwareVersion
Indicates the Rhythm's firmware version.
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.
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.
GET http://{{ipAddress}}/api/v1/:auth_token/rhythm/rhythmPos
Indicates the position and orientation of the Rhythm in the Light Panels' layout.
ENDPOINTS