Information about the current channel types on the device.
import * as getChannelsTypes from 'jooby-codec/analog/commands/uplink/getChannelsTypes.js';const bytes = [0x1f, 0x33, 0x03, 0x02, 0x00, 0x01];// decoded payloadconst parameters = getChannelsTypes.fromBytes(bytes);console.log(parameters);// output:[1, 2, 3, 0] Copy
import * as getChannelsTypes from 'jooby-codec/analog/commands/uplink/getChannelsTypes.js';const bytes = [0x1f, 0x33, 0x03, 0x02, 0x00, 0x01];// decoded payloadconst parameters = getChannelsTypes.fromBytes(bytes);console.log(parameters);// output:[1, 2, 3, 0]
Command format documentation
Information about the current channel types on the device.
Example: create command instance from command body hex dump
Command format documentation