aficustree / homebridge-alarmdecoder-platform

Homebridge plugin for the AlarmDecoder interface for Honeywell and DSC Alarm Systems. Exposes the security system and all zones (via Contact Sensors and Motion Sensors) to Apple's Homekit. Control your alarm through Siri.
Apache License 2.0
18 stars 11 forks source link

Homebridge alarmdecoder json format #2

Closed fjublot closed 5 years ago

fjublot commented 5 years ago

Hello, I want to use the homebridge-alarmdecoder plugin (the closed project). Can you send me a sample of the json response for the API that will send the alarm status? Thank you so much. Fred

aficustree commented 5 years ago

Hey, i haven’t looked at the old version in years. It was my first attempt at JavaScript and shows. Is there a reason you don’t want to use the platform version? It’s much better and pretty well tested.

In any event, will try and help but not sure what you’re asking. Are you asking for the JSON response coming off the AlarmDecoder device? The folks that make that device have it published on their site

fjublot commented 5 years ago

thanks for you answer. I want to use your plugin in a special context. It's not for use with alarmdecoder but with another app witch expose also api. I will look at the alarmdecoder documentation and adapt the api of my specific app. thank you so much