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