An asset can send his state to the Cloud, on the “services” and “sensors” JSON values, any JSON can be attached. This gives you the possibility to add any necessary data to the state.
{
"deviceID": "b35629ec-3c27-11e9-a7de-af9bd6f9bec1",
"timestamp": "2019-02-28T08:00:00",
"charging": false,
"battery_level": 50,
"services": {
"player": true,
"any other value": "here is a json field"
},
"sensors": {
"sensor_accelerometer": true,
"sensor_valencell": true,
"sensor_barometer": true,
"sensor_rtc": true,
"any other value": "here is a json field"
},
"warnings": false,
"errors": false,
"firmware": "some string"
}