nutechsoftware / alarmdecoder-smartthings

AlarmDecoder webapp support for the SmartThings home automation platform.
Apache License 2.0
25 stars 43 forks source link

Fixed issue with discovery and connection to AlarmDecoder #3

Closed f34rdotcom closed 6 years ago

f34rdotcom commented 6 years ago

the URN for the AlarmDecoder stopped working. I have change it to use the IP and PORT of the discovered device stored in HEX() to build the URN as "IP:PORT" this will later be used by hub_http_get to communicate with the AlarmDecoder rest API.