Spyros Smparounis

Results 4 issues of Spyros Smparounis

### Link To GitHub Repo https://github.com/flareman/homebridge-caddx-interlogix ### Link To NPM Package https://www.npmjs.com/package/homebridge-caddx-interlogix

pending-review

``` **Device info (please complete the following information, which can be found in [log](https://github.com/tuya/tuya-homebridge/wiki/How-To-Get-Logs)):** **request path = /v1.0/iot-01/associated-users/devices** { "active_time":1658662037, "biz_type":0, "category":"kt", "create_time":1658662037, "icon":"smart/icon/ay1526295212471U52mx/cfa77ddbfd5e083af8bc3b4fa2588c15.png"," id":"aaaaaaaaaaa", "ip":"xxxxxxxxxxxxxxxx", "lat":"", "local_key":"xxxxxxxxxxxxx", "lon":"", "model":"",...

enhancement
help wanted

I'm using superagent v8.0.0 to manage requests for a homebridge plugin that I have written ([homebridge-caddx-interlogix](https://github.com/flareman/homebridge-caddx-interlogix)). I have written a helper function to handle requests, that looks like this: ```...

### What happened? When attempting to change the arming status of my Homebase 2 to disarmed, the plugin crashes, carrying the entire homebridge instance along with it. Attempting to arm...

bug