Downlink command to get reactive energy A-R+ (II quadrant) in half hours by date.
A-R+
II
import * as getHalfHourDemandVariExport from 'jooby-codec/mtx3/commands/downlink/getHalfHourDemandVariExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getHalfHourDemandVariExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[84, 3, 24, 3, 22] Copy
import * as getHalfHourDemandVariExport from 'jooby-codec/mtx3/commands/downlink/getHalfHourDemandVariExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getHalfHourDemandVariExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[84, 3, 24, 3, 22]
Command format documentation
Downlink command to get reactive energy
A-R+
(II
quadrant) in half hours by date.Example
Command format documentation