@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
11 lines • 477 B
TypeScript
export type Smartlock_WebConfig = {
/**
* True if a battery warning is send via email, if null/not send, the value is not being updated
*/
batteryWarningPerMailEnabled?: boolean;
/**
* Contains the account ids which have dismissed the lift up handle warning, if null/not send, the value is not being updated. To clear send a empty array []
*/
dismissedLiftUpHandleWarning?: Array<number>;
};
//# sourceMappingURL=Smartlock_WebConfig.d.ts.map