Downlink command to get current energies A-, R+, R- (II - III quadrant) for 4 tariffs (T1-T4).
A-
R+
R-
T1
T4
import * as getEnergyExport from 'jooby-codec/mtx3/commands/downlink/getEnergyExport.js';const bytes = getEnergyExport.toBytes();// command binary representationconsole.log(bytes);// output:[78, 0] Copy
import * as getEnergyExport from 'jooby-codec/mtx3/commands/downlink/getEnergyExport.js';const bytes = getEnergyExport.toBytes();// command binary representationconsole.log(bytes);// output:[78, 0]
Command format documentation
Downlink command to get current energies
A-
,R+
,R-
(II - III quadrant) for 4 tariffs (T1
-T4
).Example
Command format documentation