jooby-codec
    Preparing search index...

    Namespace getChannelsTypes

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes