jooby-codec
    Preparing search index...

    Namespace getDisplayParam

    Downlink command to get the meter displays sorting order.

    import * as getDisplayParam from 'jooby-codec/mtx3/commands/downlink/getDisplayParam.js';
    import {displayModes} from 'jooby-codec/mtx3/constants/index.js';

    const parameters = {
    displayMode: displayModes.MAIN_2
    };
    const bytes = getDisplayParam.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    // output:
    [94, 1, 1]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes