[NEEDS UPDATING] DSC/Vista Alarm Smartapp and devices based on AlarmServer

Alarmserver.py has a json dump if you go to Http://serverip/api

This isn’t fully rest/json aware as I cant use standard url queries against it (ie grab zone 3’s status). It’s just a raw dump.

I’d like to be able to bring this dump in to a device type and extract the data within, but physicalgraph.device.HubAction() is only pulling the header response.

More information on here.

@PSTUART has a devicetype that’s supposed to work like this, so I’ve tried hacking his code together but so far it doesn’t work.