jooby-codec
    Preparing search index...

    Namespace getSeasonProfile

    Downlink command to get season profile information for the given tariff table.

    Supported in MTX1 and MTX3 devices.

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

    const parameters = {
    tariffTable: 0,
    index: 5,
    isActive: false
    };
    const bytes = getSeasonProfile.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes