Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias SystemSettings

    SystemSettings

    An endpoint to facilitate requesting and adjusting system settings.

    type SystemSettings = {
        dateTime?: DateTime;
        systemOfMeasurement?: SystemOfMeasurement;
    }
    Index

    Properties

    dateTime?: DateTime

    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
    }
    }
    systemOfMeasurement?: SystemOfMeasurement

    The system of measurement that the BridgeBox will use. Can be either metric or imperial.

    {
    "systemSettings": {
    "systemOfMeasurement": "metric"
    }
    }