@seamapi/types 1.454.0 → 1.455.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.
@@ -46883,6 +46883,18 @@ export default {
46883
46883
  required: ['hvac_mode_setting', 'device_id'],
46884
46884
  type: 'object',
46885
46885
  },
46886
+ {
46887
+ properties: {
46888
+ device_id: {
46889
+ description: 'ID of the thermostat device for which you want to set the HVAC mode.',
46890
+ format: 'uuid',
46891
+ type: 'string',
46892
+ },
46893
+ hvac_mode_setting: { enum: ['eco'], type: 'string' },
46894
+ },
46895
+ required: ['hvac_mode_setting', 'device_id'],
46896
+ type: 'object',
46897
+ },
46886
46898
  ],
46887
46899
  },
46888
46900
  },