node-switchbot
    Preparing search index...

    Type Alias keypadDetectorServiceData

    keypadDetectorServiceData: BLEServiceData & {
        battery: number;
        event: boolean;
        low_battery: boolean;
        model: Keypad;
        modelFriendlyName: Keypad;
        modelName: Keypad;
        tampered: boolean;
    }