Decoding JSON "job" status responses

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

You need to look for info on the Wiki as well.

[url=http://wiki.micasaverde.com/index.php/UI_Notes]http://wiki.micasaverde.com/index.php/UI_Notes[/url]
Towards the bottom they describe the returned status values.

Here is the list of job statuses: http://wiki.micasaverde.com/index.php/Luup_Lua_extensions#function:_status