Skip to content

Commit

Permalink
add names
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 25, 2024
1 parent d5336f3 commit 0c168d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/chargeamps/services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Describes the format for available services for Chargeamps charging stations

set_light:
name: Set light
description: Sets the charge point lights.
fields:
chargepoint:
Expand All @@ -17,6 +18,7 @@ set_light:
example: false

set_max_current:
name: Set max current
description: Sets the maximum current for charging processes.
fields:
chargepoint:
Expand All @@ -35,6 +37,7 @@ set_max_current:
example: 16

enable:
name: Enable charging
description: >
Starts a charging process if charging station is authorized.
fields:
Expand All @@ -48,6 +51,7 @@ enable:
example: 1

disable:
name: Disable charging
description: >
Stops the charging process if charging station is authorized.
fields:
Expand All @@ -61,6 +65,7 @@ disable:
example: 1

cable_lock:
name: Lock cable
description: Lock cable.
fields:
chargepoint:
Expand All @@ -73,6 +78,7 @@ cable_lock:
example: 1

cable_unlock:
name: Unlock cable
description: Unlock cable.
fields:
chargepoint:
Expand All @@ -85,6 +91,7 @@ cable_unlock:
example: 1

remote_start:
name: Remote start
description: Remote start using RFID.
fields:
chargepoint:
Expand Down Expand Up @@ -113,6 +120,7 @@ remote_start:
example: 0

remote_stop:
name: Remote stop
description: Remote stop (Only when RFID lock is turned om)
fields:
chargepoint:
Expand Down

0 comments on commit 0c168d8

Please sign in to comment.