Downlink command to get the maximum daily power P- for all tariffs (T1-T4) for MTX1 and the maximum daily power (II-III quadrant) for MTX3.
P-
T1
T4
II
III
Supported in MTX1 and MTX3 devices.
import * as getDayMaxDemandExport from 'jooby-codec/mtx1/commands/downlink/getDayMaxDemandExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getDayMaxDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[88, 3, 24, 3, 22] Copy
import * as getDayMaxDemandExport from 'jooby-codec/mtx1/commands/downlink/getDayMaxDemandExport.js';const parameters = { date: { year: 24, month: 3, date: 22 }};const bytes = getDayMaxDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[88, 3, 24, 3, 22]
Command format documentation
Downlink command to get the maximum daily power
P-
for all tariffs (T1
-T4
) for MTX1 and the maximum daily power (II
-III
quadrant) for MTX3.Supported in MTX1 and MTX3 devices.
Example
Command format documentation