IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface TimeConfig

    Current gateway time configuration

    interface TimeConfig {
        abbrevation: string;
        formattedTime: string;
        formattedZone: string;
        gmtOffset: string;
        gmtOffsetSec: number;
        localTimestamp: number;
        ntpServers: string[];
        ntpSync: boolean;
        utcTimestamp: number;
        zoneName: string;
    }
    Index

    Properties

    abbrevation: string
    formattedTime: string
    formattedZone: string
    gmtOffset: string
    gmtOffsetSec: number
    localTimestamp: number
    ntpServers: string[]
    ntpSync: boolean
    utcTimestamp: number
    zoneName: string