Downlink command to get day energies A-, R+, R- for 4 tariffs (T1-T4) for date.
A-
R+
R-
T1
T4
import * as getDayDemandExport from 'jooby-codec/mtx3/commands/downlink/getDayDemandExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getDayDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[79, 3, 24, 3, 22] Copy
import * as getDayDemandExport from 'jooby-codec/mtx3/commands/downlink/getDayDemandExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getDayDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[79, 3, 24, 3, 22]
Command format documentation
Downlink command to get day energies
A-
,R+
,R-
for 4 tariffs (T1
-T4
) for date.Example
Command format documentation