Skip to content

Commit

Permalink
Update voc (#7647)
Browse files Browse the repository at this point in the history
Update voc
  • Loading branch information
molobrakos authored and MartinHjelmare committed Nov 30, 2018
1 parent 22add7c commit 4435f2b
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion source/_components/volvooncall.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,49 @@ volvooncall:
name:
abc123: 'Batmobile'
resources:
- doors
- odometer
- lock
- heater
```
Currently available resources:
- `position`
- `lock`
- `heater`
- `odometer`
- `trip_meter1`
- `trip_meter2`
- `fuel_amount`
- `fuel_amount_level`
- `average_fuel_consumption`
- `distance_to_empty`
- `washer_fluid_level`
- `brake_fluid`
- `service_warning_status`
- `bulb_failures`
- `battery_range`
- `battery_level`
- `time_to_fully_charged`
- `battery_charge_status`
- `engine_start`
- `last_trip`
- `is_engine_running`
- `doors.hood_open`
- `doors.front_left_door_open`
- `doors.front_right_door_open`
- `doors.rear_left_door_open`
- `doors.rear_right_door_open`
- `windows.front_left_window_open`
- `windows.front_right_window_open`
- `windows.rear_left_window_open`
- `windows.rear_right_window_open`
- `tyre_pressure.front_left_tyre_pressure`
- `tyre_pressure.front_right_tyre_pressure`
- `tyre_pressure.rear_left_tyre_pressure`
- `tyre_pressure.rear_right_tyre_pressure`
- `any_door_open`
- `any_window_open`

{% configuration %}
username:
description: The username associated with your Volvo On Call account.
Expand All @@ -78,6 +116,11 @@ service_url:
description: The service URL to use for Volvo On Call. Normally not necessary to specify.
required: false
type: string
mutable:
description: If set to true, include components that can make changes to the vehicle (unlock, start engine, start heater etc).
required: false
default: true
type: boolean
name:
description: Make it possible to provide a name for the vehicles.
required: false
Expand Down

0 comments on commit 4435f2b

Please sign in to comment.