UNPKG

@dodi-smart/nuki-graphql-api

Version:
15 lines 349 B
export type Account_Config = { /** * The alexa pin - used by alexa for unlock actions */ alexaPin: string; /** * The google smart home pin - used for unlock actions */ gactionsHomePin: string; /** * The opt enabled date */ otpEnabledDate?: string; }; //# sourceMappingURL=Account_Config.d.ts.map