From 0b990bbc286ccdb514f31f55d46c0066f763e8d2 Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 6 Sep 2021 21:33:24 -0500 Subject: [PATCH] Add links to time conversion functions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85c3957..48e84aa 100755 --- a/README.md +++ b/README.md @@ -685,10 +685,10 @@ Passed as an argument to the emitted `setScheduleEventById` event. Configures an * `scheduleId` - id of a schedule previously created, see [`SLAddNewScheduleEvent`](#sladdnewscheduleevent) * `circuitId` - id of the circuit to which this event applies -* `startTime` - the start time of the event, specified as minutes since midnight +* `startTime` - the start time of the event, specified as minutes since midnight (see [conversion functions](#encodetimetime)) * example: 6:00am would be 360 * example: 6:15am would be 375 -* `stopTime` - the stop time of the event, specified as minutes since midnight +* `stopTime` - the stop time of the event, specified as minutes since midnight (see [conversion functions](#encodetimetime)) * `dayMask` * 7-bit mask that determines which days the schedule is active for, MSB is always 0, valid numbers 1-127 * `flags`