Each Asset type can refer some specific settings. These settings are not relevant for RoboFuse IoT but can be relevant for:
- Your application
- Your device
Here is an example of the RoboFuse IoT gateway firmware:
{
"device_settings": {
"device_time_zone": "Europe.Bucharest",
"sensors_reading_frq": 4,
"log_freq": 60,
"protocol": "mqtt"
},
"gateway": {
"children": [
"VpWfEUvCALaLuRdwz4kZ73rlMAuc01",
"VpWfEUvCALaLuRdwz4kZ73rlMAuc02",
"VpWfEUvCALaLuRdwz4kZ73rlMAuc03",
"VpWfEUvCALaLuRdwz4kZ73rlMAuc04",
"VpWfEUvCALaLuRdwz4kZ73rlMAuc05"
]
}
}
Here are the settings defined for this specific use case:
- Device time zone – at the Device activation, device can change internal time zone
- It specifies the preferred protocol to send data to Cloud – MQTT
Because this Asset is a gateway, it refers all Children.