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