Skip to content

Commit 99b3087

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/setup-node-4
2 parents a72d314 + 89b518d commit 99b3087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ paths:
349349
name: client
350350
in: path
351351
required: true
352-
description: 'The client ID, defined by [OpenEVSE](https://github.com/OpenEVSE/openevse_esp32_firmware/blob/master/src/evse_man.h#L27)'
352+
description: 'The client ID, defined by [OpenEVSE](https://github.com/OpenEVSE/openevse_esp32_firmware/blob/master/src/evse_man.h#L28)'
353353
/schedule:
354354
get:
355355
summary: List schedule events

models/Claim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ allOf:
44
properties:
55
client:
66
type: integer
7-
description: 'The client ID, defined by [OpenEVSE](src/evse_man.h#L25)'
7+
description: 'The client ID, defined by [OpenEVSE](https://github.com/OpenEVSE/openevse_esp32_firmware/blob/master/src/evse_man.h#L28)'
88
priority:
99
type: integer
1010
description: 'The priority of the claim, the higher the number the higher the priority'

0 commit comments

Comments
 (0)