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