diff --git a/_includes/documentation-menu.html b/_includes/documentation-menu.html index da37d973d..687582652 100644 --- a/_includes/documentation-menu.html +++ b/_includes/documentation-menu.html @@ -24,6 +24,12 @@
tag | +child tag | +supported items | +description | +
Lighting | ++ | Switch, Dimmer, Color | +A lightbulb, either switchable or dimmable | +
Switchable | ++ | Switch, Dimmer, Color | +An accessory that can be turned off and on. While similar to a lightbulb, this will be presented differently in the Siri grammar and iOS apps | +
CurrentTemperature | ++ | Number | +An accessory that provides a single read-only temperature value. The units default to celsius but can be overridden globally using the useFahrenheitTemperature global property | +
CurrentHumidity | ++ | Number | +An accessory that provides a single read-only value indicating the relative humidity. | +
Thermostat | ++ | Group | +A thermostat requires all child tags defined below | +
+ | CurrentTemperature | +Number | +The current temperature, same as above | +
+ | homekit:HeatingCoolingMode | +String | +Indicates the current mode of the device: OFF, AUTO, HEAT, COOL. The string's value must match those defined in the thermostat*Mode properties. This is a homekit-specific term and therefore the tags needs to be prefixed with "homekit:" | +
+ | TargetTemperature | +Number | +A target temperature that will engage the thermostat's heating and cooling actions as necessary, depending on the heatingCoolingMode | +