//Alarm Reports from page 4 of: // https://www.cd-jackson.com/zwave_device_uploads/302/Yale-Real-Living-300-ZWave-CC-Specs-10OCT12.pdf //25/1 21/1 21/2 24/1 21/2 21/1 19/0 were tested //Note 1, the backslach is needed to escape over the colon //Note 2, For types 112, 18, 19, 113, and, 33, the "value" contains the user number (0-249). // At this time I don't know how to pick that out so only the master code will display correctly. // If any other user does the action you will see: {"type":"112", "value":"249"} or whatever user it was. {"type"\:"112","value"\:"0"}=Master code changed or user added at keypad {"type"\:"161","value"\:"1"}=Tamper Alarm attempts exceeded {"type"\:"161","value"\:"2"}=Front escutcheon removed {"type"\:"22","value"\:"1"}=Manual unlock {"type"\:"25","value"\:"1"}=RF unlock {"type"\:"21","value"\:"1"}=Manual lock by thumb {"type"\:"21","value"\:"2"}=Manual lock by touch {"type"\:"24","value"\:"1"}=RF lock {"type"\:"18","value"\:"0"}=Keypad lock {"type"\:"19","value"\:"0"}=Keypad unlock {"type"\:"9","value"\:"0"}=Motor jammed {"type"\:"169","value"\:"1"}=Battery too low {"type"\:"168","value"\:"1"}=Battery critical {"type"\:"167","value"\:"1"}=Battery low {"type"\:"27","value"\:"1"}=Auto re-lock cycle complete {"type"\:"113","value"\:"0"}=Duplicate pin code {"type"\:"130","value"\:"1"}=RF module (in door) power restored {"type"\:"33","value"\:"0"}=User deleted {"type"\:"129","value"\:"1"}=Lock has completed Handing Cycle //Spare {"type"\:"put a number here","value"\:"put a number here"} //Spare {"type"\:"put a number here","value"\:"put a number here"}