Maker API and HSM Disarm All / Cancel Alerts

I forget... IS there any way to do the following HSM things via Maker API:

1. Disarm All (EDIT: Figured this one out - sending a "disarmAll" does this)

2. Cancel Alert (EDIT: Figured this out - sending a "cancelAlerts" does this)

3. Arm smoke/water alerts (EDIT: Figured this out - sending a regular "disarm" will re-enable smoke/water monitoring)

I know you added this to RM, @bravenel , but I don't remember if that was accessible form Maker API too (?).

If I am understanding correctly, yes.

With something like this:

http://hubitat-ip-addr/apps/api/MakerAPI-app-id/hsm/disarm?access_token=xxxx

Pretty sure that is just intrusion disarm, not smoke/water disarm (which yields an event of allDisarmed, as opposed to disarmed).

1 Like

Correct. I wasn't thinking about the other possibilities.

1 Like

http://IP/apps/api/#/hsm/disarmAll?access_token=####

Looks like it does an allDisarm,

1 Like

Nevermind. I figured out all 3 myself. :slight_smile: They are all possible via maker api, see OP.

3 Likes