jooby-codec
    Preparing search index...

    Namespace resetPowerMaxMonth

    Downlink command to reset the maximum monthly power.

    Supported in MTX1 and MTX3 devices.

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

    const bytes = resetPowerMaxMonth.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes