The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Enlighted

The Enlighted lighting solution optimizes energy savings while enhancing occupant productivity, well-being, and security.

Set Emergency for all Fixtures¶

During an emergency, this command automatically sets the lighting level for all fixtures controlled by Manage to the maximum level of 100% or full-on, so the floor is entirely lit up.

Request¶

POST https://{em_ip_address_or_hostname}/ems/api/org/em/v1/setEmergency?time=60

Parameters¶

NameDescription
Request
em_ip_address_or_hostnameManage IP address or hostname
timeThe emergency duration time. Set to 60 minutes by default
Response
status0 – Lights are on to a maximum level of 100% or full-on;
1 – Lights are off

Sample Request¶

Using the IP address, set all lights to full on for 60 minutes during an emergency.

POST https://{192.80.3.2}/ems/api/org/em/v1/setEmergency?time=60

Sample Response¶

{
  "status": "0"
}