Downlink command to get active energy A- in half hours by date for MTX1 and active energy A- (II - III quadrant) in half hours by date for MTX3.
A-
II
III
Supported in MTX1 and MTX3 devices.
The corresponding downlink command: getHalfHourDemandExport.
getHalfHourDemandExport
import * as getHalfHourDemandExport from 'jooby-codec/mtx1/commands/downlink/getHalfHourDemandExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getHalfHourDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[83, 3, 24, 3, 22] Copy
import * as getHalfHourDemandExport from 'jooby-codec/mtx1/commands/downlink/getHalfHourDemandExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getHalfHourDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[83, 3, 24, 3, 22]
Command format documentation
Downlink command to get active energy
A-
in half hours by date for MTX1 and active energyA-
(II
-III
quadrant) in half hours by date for MTX3.Supported in MTX1 and MTX3 devices.
The corresponding downlink command:
getHalfHourDemandExport
.Example
Command format documentation