I’m writing an integration with a Mac/OSX app that uses JSON to interact with Vera.
I can’t find anywhere that details the “status” enums for various things, e.g.:
{
Jobs = (
{
comments = “Sending the Z-Wave command after 0 retries”;
icon = ON;
id = 24;
name = “job#24 :Lock node 5 (0x79ab48) N:5 P:35 S:7”;
status = 7;
}
);
id = 5;
status = “-1”;
tooltip = {
display = 0;
};
}
I found a reference to “ZWaveJobStatus” on micasaverde.com… but it doesn’t detail a status of 7?!
Can anyone point me to usable header files or similar anywhere?
Thanks!
-Alistair