@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
15 lines • 623 B
TypeScript
export type Notification_Setting = {
/**
* The smartlock ID, if not set all Smart Locks of the account are enabled for push notifications
*/
smartlockId?: number;
/**
* A set on which push notifications should be triggered: lock, unlock, unlatch, lockngo, open, ring, doorsensor, warnings, smartlock
*/
triggerEvents: Array<string>;
/**
* A set of auth IDs to filter push notifications to certain users or keypads. If no entry push notifications are triggered for all users and keypads
*/
authIds?: Array<string>;
};
//# sourceMappingURL=Notification_Setting.d.ts.map