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