@seamapi/types 1.147.1 → 1.148.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -688,6 +688,18 @@ var openapi_default = {
688
688
  accessory_keypad: {
689
689
  description: "Represents the accessory keypad state.",
690
690
  properties: {
691
+ battery: {
692
+ description: "Indicates if the keypad battery properties.",
693
+ properties: {
694
+ level: {
695
+ maximum: 1,
696
+ minimum: 0,
697
+ type: "number"
698
+ }
699
+ },
700
+ required: ["level"],
701
+ type: "object"
702
+ },
691
703
  is_connected: {
692
704
  description: "Indicates if the accessory_keypad is connected to the device.",
693
705
  type: "boolean"