mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-21 06:13:11 +01:00
Even more markdown formatting
This commit is contained in:
@@ -79,51 +79,48 @@ Two kinds of addresses are supported: `"Set":"1/2/3"` is a writable group addres
|
|||||||
|
|
||||||
|
|
||||||
## LockMechanism
|
## LockMechanism
|
||||||
- LockCurrentState: DPT 1, 1 as secured
|
- LockCurrentState: DPT 1, 1 as secured **OR (but not both:)**
|
||||||
OR (but not both:)
|
|
||||||
- LockCurrentStateSecured0: DPT 1, 0 as secured
|
- LockCurrentStateSecured0: DPT 1, 0 as secured
|
||||||
|
|
||||||
- LockTargetState: DPT 1, 1 as secured
|
- LockTargetState: DPT 1, 1 as secured **OR**
|
||||||
OR
|
|
||||||
- LockTargetStateSecured0: DPT 1, 0 as secured
|
- LockTargetStateSecured0: DPT 1, 0 as secured
|
||||||
|
|
||||||
## Thermostat
|
## Thermostat
|
||||||
CurrentTemperature: DPT9 in °C [listen only]
|
- CurrentTemperature: DPT9 in °C [listen only]
|
||||||
TargetTemperature: DPT9, values 0..40°C only, all others are ignored
|
- TargetTemperature: DPT9, values 0..40°C only, all others are ignored
|
||||||
CurrentHeatingCoolingState: DPT5 HVAC, because of the incompatible mapping only off and heating (=auto) are shown, [listen only]
|
- CurrentHeatingCoolingState: DPT5 HVAC, because of the incompatible mapping only off and heating (=auto) are shown, [listen only]
|
||||||
TargetHeatingCoolingState: as above
|
- TargetHeatingCoolingState: as above
|
||||||
|
|
||||||
|
|
||||||
## TemperatureSensor
|
## TemperatureSensor
|
||||||
CurrentTemperature: DPT9 in °C [listen only]
|
- CurrentTemperature: DPT9 in °C [listen only]
|
||||||
|
|
||||||
## Window
|
## Window
|
||||||
CurrentPosition: DPT5 percentage
|
- CurrentPosition: DPT5 percentage
|
||||||
TargetPosition: DPT5 percentage
|
- TargetPosition: DPT5 percentage
|
||||||
PositionState: DPT5 value [listen only]
|
- PositionState: DPT5 value [listen only]
|
||||||
|
|
||||||
## WindowCovering
|
## WindowCovering
|
||||||
CurrentPosition: DPT5 percentage
|
- CurrentPosition: DPT5 percentage
|
||||||
TargetPosition: DPT5 percentage
|
- TargetPosition: DPT5 percentage
|
||||||
PositionState: DPT5 value [listen only]
|
- PositionState: DPT5 value [listen only]
|
||||||
|
|
||||||
### not yet supported
|
### not yet supported
|
||||||
HoldPosition
|
- HoldPosition
|
||||||
TargetHorizontalTiltAngle
|
- TargetHorizontalTiltAngle
|
||||||
TargetVerticalTiltAngle
|
- TargetVerticalTiltAngle
|
||||||
CurrentHorizontalTiltAngle
|
- CurrentHorizontalTiltAngle
|
||||||
CurrentVerticalTiltAngle
|
- CurrentVerticalTiltAngle
|
||||||
ObstructionDetected
|
- ObstructionDetected
|
||||||
|
|
||||||
## ContactSensor
|
## ContactSensor
|
||||||
ContactSensorState: DPT 1, 0 as contact
|
- ContactSensorState: DPT 1, 0 as contact **OR**
|
||||||
OR
|
- ContactSensorStateContact1: DPT 1, 1 as contact
|
||||||
ContactSensorStateContact1: DPT 1, 1 as contact
|
|
||||||
|
|
||||||
StatusActive: DPT 1, 1 as true
|
- StatusActive: DPT 1, 1 as true
|
||||||
StatusFault: DPT 1, 1 as true
|
- StatusFault: DPT 1, 1 as true
|
||||||
StatusTampered: DPT 1, 1 as true
|
- StatusTampered: DPT 1, 1 as true
|
||||||
StatusLowBattery: DPT 1, 1 as true
|
- StatusLowBattery: DPT 1, 1 as true
|
||||||
|
|
||||||
|
|
||||||
# DISCLAIMER
|
# DISCLAIMER
|
||||||
|
|||||||
Reference in New Issue
Block a user