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

    Interface GatewayUptime

    Gateway uptime

    interface GatewayUptime {
        downtime: Duration;
        graceful: boolean;
        id: number;
        kernel: string;
        running: Duration;
        shutdown: null | DateTime<boolean>;
        sleeping: Duration;
        start: DateTime;
    }
    Index

    Properties

    downtime: Duration
    graceful: boolean
    id: number
    kernel: string
    running: Duration
    shutdown: null | DateTime<boolean>
    sleeping: Duration
    start: DateTime