ModuleConfig_PaxcounterConfig: Message<"meshtastic.ModuleConfig.PaxcounterConfig"> & {
    bleThreshold: number;
    enabled: boolean;
    paxcounterUpdateInterval: number;
    wifiThreshold: number;
}

Config for the Paxcounter Module

Type declaration

  • bleThreshold: number

    BLE RSSI threshold. Defaults to -80

    from field: int32 ble_threshold = 4;

  • enabled: boolean

    Enable the Paxcounter Module

    from field: bool enabled = 1;

  • paxcounterUpdateInterval: number

    from field: uint32 paxcounter_update_interval = 2;

  • wifiThreshold: number

    WiFi RSSI threshold. Defaults to -80

    from field: int32 wifi_threshold = 3;

from message meshtastic.ModuleConfig.PaxcounterConfig