Downlink command to get max power of active energy (A+) for 4 tariffs (T1-T4) for a given month.
T1
T4
import * as getMonthMaxDemand from 'jooby-codec/mtx1/commands/downlink/getMonthMaxDemand.js';const parameters = { year: 24, month: 3};const bytes = getMonthMaxDemand.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[50, 2, 24, 3] Copy
import * as getMonthMaxDemand from 'jooby-codec/mtx1/commands/downlink/getMonthMaxDemand.js';const parameters = { year: 24, month: 3};const bytes = getMonthMaxDemand.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[50, 2, 24, 3]
Command format documentation
Downlink command to get max power of active energy (A+) for 4 tariffs (
T1
-T4
) for a given month.Example
Command format documentation