jooby-codec
    Preparing search index...

    Namespace getChannelsStatus

    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 representation
    console.log(bytes);
    // output:
    [31, 50, 0]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes