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

    Type Alias DateTime

    An endpoint to facilitate requesting and adjusting the datetime of the BridgeBox.

    type DateTime = {
        networkTimeSync?: boolean;
        timestamp?: string;
    }
    Index

    Properties

    networkTimeSync?: boolean

    Automatically sync date and time with the NTP server (requires a network connection with an NTP server to sync time)

    timestamp?: string

    Used to define the system time.

    Formatted to ISO 8601/RFC 3339 (with time zone extension) spec

    Note: The applied timestamp will not be persistent if the system's network time sync is enabled and there's an NTP server in the network. Use the networkTimeSync property to explicitly disable the network time sync before setting the timestamp.