mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[volvooncall] Clean up readme. (#10976)
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
parent
64a418829f
commit
26cf35116e
@ -41,20 +41,20 @@ The 'VolvoOnCall API' bridge uses the owner's email address and password in orde
|
||||
All numeric channels use the [UoM feature](https://openhab.org/blog/2018/02/22/units-of-measurement.html).
|
||||
This means you can easily change the desired unit e.g. miles/h instead of km/h just in your item definition.
|
||||
|
||||
#####Thing properties
|
||||
Some of the channels are only available for specific cars and models.
|
||||
Some of the channels are only available for specific cars and models. These properties are added to the Thing
|
||||
automatically by the binding when an API call is made.
|
||||
|
||||
Following channels are currently available:
|
||||
|
||||
| Channel Type ID | Item Type | Description | Remark |
|
||||
|-----------------------------------------------|----------------------|--------------------------------------------------|--------------------------------------------------|
|
||||
|-----------------------------------------------|----------------------|----------------------------------------------------|------------------------------------------------|
|
||||
| doors#frontLeft | Contact | Door front left | |
|
||||
| doors#frontRight | Contact | Door front right | |
|
||||
| doors#rearLeft | Contact | Door rear left | |
|
||||
| doors#rearRight | Contact | Door rear right | |
|
||||
| doors#hood | Contact | Hood | |
|
||||
| doors#tailgate | Contact | Tailgate | |
|
||||
| doors#carLocked | Switch | Is the car locked | Can also be used to lock / unlock the car (see thing properties above) |
|
||||
| doors#carLocked | Switch | Is the car locked | Can also be used to lock / unlock the car. Only if property 'lock' is true. |
|
||||
| windows#frontLeftWnd | Contact | Window front left | |
|
||||
| windows#frontRightWnd | Contact | Window front right | |
|
||||
| windows#rearLeftWnd | Contact | Window rear left | |
|
||||
@ -74,8 +74,8 @@ Following channels are currently available:
|
||||
| tyrePressure#rearRightTyre | Number | Tyrepressure rear right tyre | Normal / LowSoft |
|
||||
| other#averageSpeed | Number:Speed | Average speed | |
|
||||
| other#engineRunning | Switch | Is the car engine running | |
|
||||
| other#remoteHeater | Switch | Start the car remote heater | Only if property 'remoteHeater' is true (see thing properties above) |
|
||||
| other#preclimatization | Switch | Start the car preclimatization | Only if property 'preclimatization' is true (see thing properties above) |
|
||||
| other#remoteHeater | Switch | Start the car remote heater | Only if property 'remoteHeater' is true |
|
||||
| other#preclimatization | Switch | Start the car preclimatization | Only if property 'preclimatization' is true |
|
||||
| other#brakeFluidLevel | Number | Brake fluid level | Normal / Low / VeryLow |
|
||||
| other#washerFluidLevel | Number | Washer fluid level | Normal / Low / VeryLow |
|
||||
| other#serviceWarning | String | Warning if service is needed | |
|
||||
|
Loading…
Reference in New Issue
Block a user