Command to get the types of channels on the device, like IDLE, TEMPERATURE_SENSOR, or BINARY_SENSOR.
import * as getChannelsTypes from 'jooby-codec/analog/commands/downlink/getChannelsTypes.js';const bytes = getChannelsTypes.toBytes();// command binary representationconsole.log(bytes);// output:[31, 51, 0] Copy
import * as getChannelsTypes from 'jooby-codec/analog/commands/downlink/getChannelsTypes.js';const bytes = getChannelsTypes.toBytes();// command binary representationconsole.log(bytes);// output:[31, 51, 0]
Command format documentation
Command to get the types of channels on the device, like IDLE, TEMPERATURE_SENSOR, or BINARY_SENSOR.
Example
Command format documentation