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

    Interface TimeSet

    Gateway time set interface

    interface TimeSet {
        datetime?: string;
        ntpServers?: string[];
        ntpSync: boolean;
        zoneName?: string;
    }
    Index

    Properties

    datetime?: string
    ntpServers?: string[]
    ntpSync: boolean
    zoneName?: string