UNPKG

nubli

Version:
12 lines (11 loc) 406 B
/// <reference types="node" /> import { SmartLockCommand } from "./SmartLockCommand"; export declare class RequestAuthorizationsCommand extends SmartLockCommand { readonly requiresChallenge = true; private pin; private offset; private count; constructor(pin: number, offset?: number, count?: number); requestData(): Buffer; handleData(command: number, payload: Buffer): void; }