Make heating inherit from power and require min/max values for thermostat's targetTemperature
5 lines
105 B
JSON
5 lines
105 B
JSON
{
|
|
"description": "The heating interface defines basic heating appliances.",
|
|
"extends": "power"
|
|
}
|