Skip to main content

Set Daycycle configuration

POST 

/light/daycycle/config

POST

Set the Daycycle configuration

To set the Daycycle configuration, provide an array with up to 30 value points for a day. Each point should include the following parameters:

  • Time: The specific time of day (in the appropriate format).
  • Channel1, Channel2, Channel3: The values for each channel at that time.

    Each value point array should be structured as:
    [Time, channel1, channel2, channel3].

    For example:
    [[0, 50, 60, 70], [600, 60, 70, 80], [1200, 70, 80, 90], ...]
    Send this array to configure the Daycycle for the device.

Request

Responses

Request was successfull