Downlink command to get max power A- for 4 tariffs (T1-T4) for a given month for MTX1 and the maximum power for the month (II - III quadrant) for MTX3
A-
T1
T4
II
III
Supported in MTX1 and MTX3 devices.
import * as getMonthMaxDemandExport from 'jooby-codec/mtx1/commands/downlink/getMonthMaxDemandExport.js';const parameters = { year: 24, month: 3};const bytes = getMonthMaxDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[89, 2, 24, 3] Copy
import * as getMonthMaxDemandExport from 'jooby-codec/mtx1/commands/downlink/getMonthMaxDemandExport.js';const parameters = { year: 24, month: 3};const bytes = getMonthMaxDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[89, 2, 24, 3]
Command format documentation
Downlink command to get max power
A-
for 4 tariffs (T1
-T4
) for a given month for MTX1 and the maximum power for the month (II
-III
quadrant) for MTX3Supported in MTX1 and MTX3 devices.
Example
Command format documentation