Closed benfrancis closed 5 years ago
I wasn't sure whether to make LockAction and UnlockAction required or not. I've gone for making them optional to allow the use case of a Lock which can be monitored but not controlled.
LockAction
UnlockAction
Lock
I wasn't sure whether to make
LockAction
andUnlockAction
required or not. I've gone for making them optional to allow the use case of aLock
which can be monitored but not controlled.