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