node-switchbot
    Preparing search index...

    Interface KeypadStatus

    Keypad specific types

    interface KeypadStatus {
        battery?: number;
        connectionType: ConnectionType;
        deviceId: string;
        lockState?: "locked" | "unlocked";
        updatedAt?: Date;
        version?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    battery?: number

    Battery level (0-100)

    connectionType: ConnectionType

    Connection type used to retrieve status

    deviceId: string

    Device ID

    lockState?: "locked" | "unlocked"
    updatedAt?: Date

    Last updated timestamp

    version?: string

    Firmware version