Skip to main content

Set Moon parameters

POST 

/light/daycycle/moon

POST

Set the Moon parameters

To set the moon parameters, you need to configure the following settings:

  • Moonlight Intensity:
    Set the maximum intensity (0 to 100) to define the brightest level of moonlight.
    Set the minimum intensity (0 to 100) to define the dimmest level of moonlight.
  • Moonlight on/off: Turn moonlight on or off to enable or disable the moonlight simulation.
  • Moon Cycle on/off: Enable or disable the moon cycle simulation (on/off). When enabled, the moonlight will follow the natural lunar phases.

This will apply the specified moonlight and moon cycle configurations.
For example:

  {  
"moonlight_intensity":
{ "max": 80, "min": 20 },
"moonlight_on": 1,
"moon_cycle_on": 1
}

Request

Responses

Request was successfull