jooby-codec
    Preparing search index...

    Namespace getEnergyExport

    Downlink command to get current energies A-, R+, R- (II - III quadrant) for 4 tariffs (T1-T4).

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

    const bytes = getEnergyExport.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes