mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-19 05:10:56 +00:00
Merge pull request #226 from snowdd1/master
Fix json in example in KNX.md
This commit is contained in:
@@ -82,16 +82,16 @@ So the charcteristic section may look like:
|
|||||||
"Listen": [
|
"Listen": [
|
||||||
"1/1/63"
|
"1/1/63"
|
||||||
],
|
],
|
||||||
minValue: -18,
|
"minValue": -18,
|
||||||
maxValue: 30
|
"maxValue": 30
|
||||||
},
|
},
|
||||||
"TargetTemperature": {
|
"TargetTemperature": {
|
||||||
"Set": "1/1/62",
|
"Set": "1/1/62",
|
||||||
"Listen": [
|
"Listen": [
|
||||||
"1/1/64"
|
"1/1/64"
|
||||||
],
|
],
|
||||||
minValue: -4,
|
"minValue": -4,
|
||||||
maxValue: 12
|
"maxValue": 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
````
|
````
|
||||||
@@ -179,11 +179,11 @@ Likewise, all percentages of DPT5 can be reversed, if you need a 100% (=255) for
|
|||||||
- On: DPT 1.001, 1 as on, 0 as off
|
- On: DPT 1.001, 1 as on, 0 as off
|
||||||
|
|
||||||
## TemperatureSensor
|
## TemperatureSensor
|
||||||
- CurrentTemperature: DPT9.001 in °C [listen only]
|
- CurrentTemperature: DPT9.001 in °C [listen only]
|
||||||
|
|
||||||
## Thermostat
|
## Thermostat
|
||||||
- CurrentTemperature: DPT9.001 in °C [listen only], -40 to 80°C if not overriden as shown above
|
- CurrentTemperature: DPT9.001 in °C [listen only], -40 to 80°C if not overriden as shown above
|
||||||
- TargetTemperature: DPT9.001, values 0..40°C only, all others are ignored
|
- TargetTemperature: DPT9.001, values 0..40°C only, all others are ignored
|
||||||
- CurrentHeatingCoolingState: DPT20.102 HVAC, because of the incompatible mapping only off and heating (=auto) are shown, [listen only]
|
- CurrentHeatingCoolingState: DPT20.102 HVAC, because of the incompatible mapping only off and heating (=auto) are shown, [listen only]
|
||||||
- TargetHeatingCoolingState: DPT20.102 HVAC, as above
|
- TargetHeatingCoolingState: DPT20.102 HVAC, as above
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user