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

    Interface ServiceState

    System service state

    interface ServiceState {
        active: null | boolean;
        enabled: null | boolean;
        name: string;
        status: null | string;
    }
    Index

    Properties

    active: null | boolean
    enabled: null | boolean
    name: string
    status: null | string