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 Area Emergency API¶

During an emergency, this command automatically sets the lighting level for all fixtures in the area to a maximum level of 100% (full-on), so the area is well-lit.

Request¶

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

Parameters¶

Path Parameters¶

NameDescription
Request
em_ip_address_or_hostnameThe Enlighted Manage IP address or hostname.
area_idArea identifier. Use the Get All Areas API, or in EM, select Facility > Floor > Area in the left panel, and click the Settings tab to obtain the Area ID.
Response
status0 – Lights are on to a maximum level of 100% or fully-on. 1 – Lights are off.

Sample Request¶

The Get All Areas API returns the list of all areas and area IDs. For example, if a floor has two areas: Hardware area-ID ‘9’ and Software area-ID ‘27’, the user can set all lights in the area with ID '9' to 100% max. light level.

https://192.80.3.2/ems/api/org/area/v1/setEmergency/9?time=60 

Sample Response¶

{
  "status": "0"
}