SystemSettings
An endpoint to facilitate requesting and adjusting system settings.
Optional
The date time settings for the BridgeBox. Includes the ability to set the system time and configure NTP synchronization.
{ "systemSettings": { "timestamp": "2025-08-06T09:26:48.244808241-04:00[America/Toronto]", //Toronto TZ "networkTimeSync": true }} Copy
{ "systemSettings": { "timestamp": "2025-08-06T09:26:48.244808241-04:00[America/Toronto]", //Toronto TZ "networkTimeSync": true }}
DateTime Timezone Ids (External) Temporal Formatting (External)
The system of measurement that the BridgeBox will use. Can be either metric or imperial.
{ "systemSettings": { "systemOfMeasurement": "metric" }} Copy
{ "systemSettings": { "systemOfMeasurement": "metric" }}
SystemOfMeasurement
SystemSettings
An endpoint to facilitate requesting and adjusting system settings.