UNPKG

yale-doorman

Version:

SDK for Yale Doorman through the Yale cloud API

14 lines 408 B
import { LockState } from "./LockState"; export declare const LockStateCode: { /** Locked after a failed lock */ "1816": LockState; /** Failed to lock */ "1815": LockState; /** Auto-relocked */ "1807": LockState; /** Unlock from inside */ "1801": LockState; /** Unlock from outside, token or keypad, */ "1802": LockState; }; //# sourceMappingURL=LockStateCode.d.ts.map