UNPKG

@dodi-smart/nuki-graphql-api

Version:
11 lines 521 B
export type SmartlockAction = { /** * The action: type=0/3/4: 1 .. unlock, 2 .. lock, 3 .. unlatch, 4 .. lock 'n' go, 5 .. lock 'n' go with unlatch; type=1: 1 .. unlock; type=2: 1 activate ring to open, 2 .. deactivate ring to open, 3 .. open (electric strike actuation), 6 ... activate continuous mode, 7 ... deactivate continuous mode */ action: number; /** * The option mask: 0 .. none, 2 .. force, 4 .. full lock */ option?: number; }; //# sourceMappingURL=SmartlockAction.d.ts.map