jooby-codec
    Preparing search index...

    Namespace setOperatorParametersExtended3

    Uplink command to set the shutdown thresholds for negative active power (A-).

    The corresponding downlink command: setOperatorParametersExtended3.

    Supported in MTX1 and MTX3 (since 26.05.21.0.0.5) devices.

    import * as setOperatorParametersExtended3 from 'jooby-codec/mtx1/commands/uplink/setOperatorParametersExtended3.js';

    // empty response
    const bytes = [];

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

    console.log(parameters);
    // output:
    {}

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes