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