|
54 | 54 | "password": "pass",
|
55 | 55 | "clientId": "clientid"
|
56 | 56 | },
|
| 57 | + |
57 | 58 | "// Define the topic prefix under which the MQTT data will be posted. Defaults to /ble which is not adviced. For new installation, please activate the option below.":0,
|
58 | 59 | "//mqtt_prefix": "ble",
|
59 |
| - "mqtt_advertise": true, |
60 |
| - "mqtt_advertise_manufacturer_data": true, |
61 |
| - "mqtt_advertise_service_data": true, |
| 60 | + |
| 61 | + "// These are the types of MQTT topics that are created":0, |
| 62 | + |
| 63 | + "// Send /ble/advertise/ad:dr:es:ss JSON with raw advertising data, as well as /ble/advertise/ad:dr:es:ss/rssi":0, |
| 64 | + "mqtt_advertise": false, |
| 65 | + "// Send /ble/advertise/ad:dr:es:ss/manufacturer/uuid raw manufacturer data as well as decoded /ble/advertise/ad:dr:es:ss/json_key for json-formatted 0x0590 advertising data":0, |
| 66 | + "mqtt_advertise_manufacturer_data": false, |
| 67 | + "// Send /ble/advertise/ad:dr:es:ss/uuid raw service data":0, |
| 68 | + "mqtt_advertise_service_data": false, |
| 69 | + "// Send /ble/json/ad:dr:es:ss/uuid for decoded service data - REQUIRED FOR HOMEASSISTANT":0, |
62 | 70 | "mqtt_format_json": true,
|
| 71 | + "// Send /ble/service_name/ad:dr:es:ss for decoded service data":0, |
63 | 72 | "mqtt_format_decoded_key_topic": true,
|
| 73 | + |
| 74 | + "// Whether to enable Home Assistant integration":0, |
64 | 75 | "homeassistant": true,
|
65 |
| - "mqtt_cache_state": true |
66 | 76 | }
|
0 commit comments