computeScheduleSegment
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v2View latest version
Calculates the on/off time spans for a given schedule segment based on the duty cycle.
Parameters:
segment
-AScheduleSegment
object describing the schedule.
Returns: An array of TimeSpan
objects representing the on times.
Represents a span of time with a starting point and a duration in minutes.
Represents the "on" state scheduling pattern for a device. It's similar to the concept of Pulse-Width Modulation (PWM).
A part of a complete schedule, describing a time frame with a specified duty cycle.
Migrated from folder: HomeAutomation/Helpers/computeScheduleSegment