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