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