Downlink command to get energies A+, R+, R- by default or selected energies (A+, R+, R- or A-, R+, R-) for a previous day by 4 tariffs (T1-T4).
A+
R+
R-
A-
T1
T4
import * as getEnergyDayPrevious from 'jooby-codec/mtx3/commands/downlink/getEnergyDayPrevious.js';const bytes = getEnergyDayPrevious.toBytes();// command binary representationconsole.log(bytes);// output:[3, 0] Copy
import * as getEnergyDayPrevious from 'jooby-codec/mtx3/commands/downlink/getEnergyDayPrevious.js';const bytes = getEnergyDayPrevious.toBytes();// command binary representationconsole.log(bytes);// output:[3, 0]
Command format documentation
Downlink command to get energies
A+,R+,R-by default or selected energies (A+,R+,R-orA-,R+,R-) for a previous day by 4 tariffs (T1-T4).Example
Command format documentation