jooby-codec
    Preparing search index...

    Namespace getDisplayParam

    Uplink command to get the meter displays sorting order.

    The corresponding downlink command: getDisplayParam.

    import * as getDisplayParam from 'jooby-codec/mtx3/commands/uplink/getDisplayParam.js';

    // mode with order
    const bytes = [0x00, 0x04, 0x05, 0x06, 0x07];

    // decoded payload
    const parameters = getDisplayParam.fromBytes(bytes);

    console.log(parameters);
    // output:
    {
    displayMode: displayModes.MAIN_1,
    order: [4, 5, 6, 7]
    }

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes