Skip to content

Response Codes

NetReceiver endpoints can return a response code in order to trigger the NetSender client to perform some action or task.

Codes

CodeNameDescription
0OKIndicates success and configured
1UpdateTriggers /config request
2RebootTriggers device to restart
3DebugTriggers device to debug
4UpgradeTriggers device to self-upgrade
5AlarmTriggers device to alarm
6TestTriggers device to do test function
7ShutdownTriggers device to shutdown

Support

It is not required for every NetSender implementation to support every response code. Not every response code will make sense in a NetSender device. However the Update response code MUST be handled by every implementation of NetSender.