Changing HSM via MakerAPI broken?

Hi,

I think there might be an issue changing HSM state via MakerAPI.

It was reported to me and I was able to reproduce it:

I tested changing HSM and while the API call worked the HSM state did not change (I tried changing from disarmed to armed night)

 590) GET https://192.168.0.200/apps/api/38/hsm/armNight
 DONE: 590) 535ms https://192.168.0.200/apps/api/38/hsm/armNight
 << 590) 18b, DATA:{"hsm":"disarmed"}

I also see a follow-up call to get HSM status still returns disarmed:

 602) GET https://192.168.0.200/apps/api/38/hsm
 DONE: 602) 164ms https://192.168.0.200/apps/api/38/hsm
 << 602) 18b, DATA:{"hsm":"disarmed"}

(also following in this post: [RELEASE] HD+ - Android Dashboard - #6050 by jpage4500)

I'm running Hubitat firmware 2.4.0.151 (C-8 Pro)

Sorry if this was reported elsewhere but I did a search and didn't find anything

Just tested, and this is working for me, both with armNight and other arm states I tried.

Do you have any "must be closed" (as opposed to "auto-bypass") sensors selected for this arm state? If so, it will prevent arming if open -- without any error returned from the API -- and could cause this behavior, which is on my mind because I did run into that when testing one of the above.