Skip to content

Commit

Permalink
HomeKit metadata: Mark Thermostat.CurrentHeatingCoolingMode as option…
Browse files Browse the repository at this point in the history
…al (#2721)

See openhab/openhab-addons#17191

Signed-off-by: Cody Cutrer <cody@cutrer.us>
  • Loading branch information
ccutrer authored Aug 20, 2024
1 parent b0d9ad7 commit 56eea58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ export const accessories = {
{ label: 'Name', mandatory: false }
],
'Thermostat': [
{ label: 'CurrentHeatingCoolingMode', mandatory: true },
{ label: 'CurrentTemperature', mandatory: true },
{ label: 'TargetHeatingCoolingMode', mandatory: true },
{ label: 'CurrentHeatingCoolingMode', mandatory: false },
{ label: 'TargetTemperature', mandatory: false },
{ label: 'CoolingThresholdTemperature', mandatory: false },
{ label: 'HeatingThresholdTemperature', mandatory: false },
Expand Down

0 comments on commit 56eea58

Please sign in to comment.