homebridge
    Preparing search index...

    Interface OnOffState

    OnOff cluster state

    interface OnOffState {
        onOff?: boolean;
    }
    Index

    Properties

    Properties

    onOff?: boolean