jooby-codec
    Preparing search index...

    Namespace setOperatorParametersExtended

    Downlink command to set the extended operator parameters.

    import * as setOperatorParametersExtended from 'jooby-codec/mtx3/commands/downlink/setOperatorParametersExtended.js';

    const parameters = {
    timeoutRelayOn: 1,
    define1: {
    RESET_DAY_MAX_POWER_KEY: false,
    RESET_MONTH_MAX_POWER_KEY: false,
    BLOCK_KEY_OPTOPORT: false,
    MAGNET_SCREEN_CONST: false,
    ALLOW_BROWNOUT_INDICATION: false
    },
    timeoutRelayKey: 0,
    timeoutRelayAuto: 5
    };
    const bytes = setOperatorParametersExtended.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    // output:
    [64, 9, 1, 0, 0, 5, 0, 0, 0, 0, 0]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes