yale
yale: { clientId: string; clientSecret: string; endpoints: { getDevices: string; getEventHistory: string; lockDoor: string; token: string; unlockDoor: string }; host: string; port?: number }
Type declaration
clientId: string
clientSecret: string
endpoints: { getDevices: string; getEventHistory: string; lockDoor: string; token: string; unlockDoor: string }
getDevices: string
getEventHistory: string
lockDoor: string
token: string
unlockDoor: string
host: string
Optional port?: number
mockData
shall only be defined in tests