Wiki

Clone wiki

Numera.LibrisAPI / event.Debug

Home > Event Dictionary > Debug

Debug

The "Debug" event is raised by the device and the platform, and is similar to the Status event in that you have to look at the sub_type field of the details object to tell what it means. Here are the subtypes along with the extra data they report:

FieldDescription
sub_typetype of Debug event:

* KeyReset: generated by the platform when someone hits the "Reset Key" button on the device maintenance screen
* LocationFail: generated on device when it failed to get a reading -- only when it is asked to get a location on-demand (Locate Me Now function)
* ConfigChange: generated when the device re-read its config information from the platform due to a mailbox message
battery_levelraw battery level from 0 to 100
battery_percentlevel converted into a percentage for a user
rssinetwork health, over 105 is a poor connection

Updated