ModuleSettings: Message<"meshtastic.ModuleSettings"> & {
    isClientMuted: boolean;
    positionPrecision: number;
}

This message is specifically for modules to store per-channel configuration data.

Type declaration

  • isClientMuted: boolean

    Controls whether or not the phone / clients should mute the current channel Useful for noisy public channels you don't necessarily want to disable

    from field: bool is_client_muted = 2;

  • positionPrecision: number

    Bits of precision for the location sent in position packets.

    from field: uint32 position_precision = 1;

from message meshtastic.ModuleSettings