Uplink command to set day profile for tariff plan.
The corresponding downlink command: setDayProfile.
setDayProfile
Supported in MTX1 and MTX3 devices.
import * as setDayProfile from 'jooby-codec/mtx1/commands/uplink/setDayProfile.js';// empty responseconst bytes = [];// decoded payloadconst parameters = setDayProfile.fromBytes(bytes);console.log(parameters);// output:{} Copy
import * as setDayProfile from 'jooby-codec/mtx1/commands/uplink/setDayProfile.js';// empty responseconst bytes = [];// decoded payloadconst parameters = setDayProfile.fromBytes(bytes);console.log(parameters);// output:{}
Command format documentation
Uplink command to set day profile for tariff plan.
The corresponding downlink command:
setDayProfile
.Supported in MTX1 and MTX3 devices.
Example: create command instance from command body hex dump
Command format documentation