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