Command to get the status of device channels. Optionally, specify channels to get the status of the subsystem assigned to that channels. Without channels, the command returns the status of all channels.
import * as getChannelsStatus from 'jooby-codec/analog/commands/downlink/getChannelsStatus.js';const bytes = getChannelsStatus.toBytes();// command binary representationconsole.log(bytes);// output:[31, 50, 0] Copy
import * as getChannelsStatus from 'jooby-codec/analog/commands/downlink/getChannelsStatus.js';const bytes = getChannelsStatus.toBytes();// command binary representationconsole.log(bytes);// output:[31, 50, 0]
Command format documentation
Command to get the status of device channels. Optionally, specify channels to get the status of the subsystem assigned to that channels. Without channels, the command returns the status of all channels.
Example
Command format documentation