Control to Power Off the Device
Flutter Example:
/// Event number for powering off the device
shutdown(
evtBase: _VBusEvtBase.base_app_set,
evtType: _VBusEvtType.app_shutdown),
/// Power off the device
libManager.send(evt: CmdEvtType.shutdown, json: jsonEncode(json));