Downlink command to get special day information for the given tariff table.
Supported in MTX1 and MTX3 devices.
import * as getSpecialDay from 'jooby-codec/mtx1/commands/downlink/getSpecialDay.js';const parameters = { tariffTable: 0, index: 5, isActive: false};const bytes = getSpecialDay.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[61, 3, 0, 5, 1] Copy
import * as getSpecialDay from 'jooby-codec/mtx1/commands/downlink/getSpecialDay.js';const parameters = { tariffTable: 0, index: 5, isActive: false};const bytes = getSpecialDay.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[61, 3, 0, 5, 1]
Command format documentation
Downlink command to get special day information for the given tariff table.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation