Uplink command to reset the maximum monthly power.
The corresponding downlink command: resetPowerMaxMonth.
resetPowerMaxMonth
Supported in MTX1 and MTX3 devices.
import * as resetPowerMaxMonth from 'jooby-codec/mtx1/commands/uplink/resetPowerMaxMonth.js';// empty responseconst bytes = [];// decoded payloadconst parameters = resetPowerMaxMonth.fromBytes(bytes);console.log(parameters);// output:{} Copy
import * as resetPowerMaxMonth from 'jooby-codec/mtx1/commands/uplink/resetPowerMaxMonth.js';// empty responseconst bytes = [];// decoded payloadconst parameters = resetPowerMaxMonth.fromBytes(bytes);console.log(parameters);// output:{}
Command format documentation
Uplink command to reset the maximum monthly power.
The corresponding downlink command:
resetPowerMaxMonth
.Supported in MTX1 and MTX3 devices.
Example: create command instance from command body hex dump
Command format documentation