Downlink command to get the maximum power of active energy (A+) for the previous day.
import * as getDayMaxDemandPrevious from 'jooby-codec/mtx1/commands/downlink/getDayMaxDemandPrevious.js';const bytes = getDayMaxDemandPrevious.toBytes();// command binary representationconsole.log(bytes);// output:[74, 0] Copy
import * as getDayMaxDemandPrevious from 'jooby-codec/mtx1/commands/downlink/getDayMaxDemandPrevious.js';const bytes = getDayMaxDemandPrevious.toBytes();// command binary representationconsole.log(bytes);// output:[74, 0]
Command format documentation
Downlink command to get the maximum power of active energy (A+) for the previous day.
Example
Command format documentation