jooby-codec
    Preparing search index...

    Namespace getEnergyExportDayPrevious

    Downlink command to get active energy for a previous day by 4 tariffs (T1-T4).

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

    const bytes = getEnergyExportDayPrevious.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes