PUT
Arm or Disarm the System
Change the arm/disarm state for a requested device within a location. Change the string on the end of the URI ("Arm" for arming, "Disarm" for disarming)
Valid Arm types:
- "ArmAway" - Also "Away" in the app
- "ArmStay" - Also "Night" in the app
Valid Disarm types:
- "True" - Also "Off" in the app
- "False" - Also "Home" in the app
Example Arm:
{ "armType": "ArmAway" }
Example Disarm:
{ "EnableSilentMode": "false" }
Resource URL
https://api.honeywell.com/v2 /homesecurity/devices/{deviceId}/partitions/{partitionId}/{arm}
Query Parameters
Name | Values | Description |
---|---|---|
apikey
(required) |
Your API Key |
|
locationId
(required) |
LocationID for the requested device |
Request Body
deviceId DeviceID for the requested device true
partitionId Partition ID for the requested device true
arm Arm/Disarm state for the requested device true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
Security |
|
Content Type |
application/json |
Category |
Smart Home Security |
Working...