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