devices
Api reference content
get/api/devices/self
Return this device data that hosts the API server.
Responses
Status | Description |
---|---|
200 | application/json { "mac": "string", "name": "string", "model": "string", "type": "transmitter | intercom | pc-gateway | desk | microphone | player | pc-server | player-amplifier | gate | sonometer", "channel": { "id": "string", "name": "string", "source": "string", "type": "bgm | message | event | voip" }, "current_volume": "double", "ip": "string", "sensors": "[double]", "sensor_count": "double" } |