Downlink command to reset the maximum monthly power.
Supported in MTX1 and MTX3 devices.
import * as resetPowerMaxMonth from 'jooby-codec/mtx1/commands/downlink/resetPowerMaxMonth.js';const bytes = resetPowerMaxMonth.toBytes();// command binary representationconsole.log(bytes);// output:[54, 0] Copy
import * as resetPowerMaxMonth from 'jooby-codec/mtx1/commands/downlink/resetPowerMaxMonth.js';const bytes = resetPowerMaxMonth.toBytes();// command binary representationconsole.log(bytes);// output:[54, 0]
Command format documentation
Downlink command to reset the maximum monthly power.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation