jooby-codec
    Preparing search index...

    Namespace setDisplayParam

    Downlink command to set the meter displays sorting order.

    import * as setDisplayParam from 'jooby-codec/mtx1/commands/downlink/setDisplayParam.js';

    const parameters = {
    displayMode: displayModes.MAIN,
    order: [4, 5, 6, 7]
    };
    const bytes = setDisplayParam.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    // output:
    [93, 5, 0, 4, 5, 6, 7]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes