|
509 | 509 | "advanced-log_syslog-type": "The type of the syslog protocol to use (Default: BSD, also valid: 5424).",
|
510 | 510 | "advanced-log_syslog-app_name": "The name of the application (Default: Zigbee2MQTT).",
|
511 | 511 | "advanced-log_syslog-eol": "The end of line character to be added to the end of the message (Default: Message without modifications).",
|
512 |
| - "advanced-pan_id": "Zigbee pan ID, changing requires re-pairing all devices!", |
| 512 | + "advanced-pan_id": "ZigBee pan ID, changing requires re-pairing all devices!", |
513 | 513 | "advanced-ext_pan_id": "Zigbee extended pan ID, changing requires re-pairing all devices!",
|
514 | 514 | "advanced-channel": "Zigbee channel, changing might require re-pairing some devices! (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid problems)",
|
515 | 515 | "advanced-adapter_concurrent": "Adapter concurrency (e.g. 2 for CC2531 or 16 for CC26X2R1) (default: null, uses recommended value)",
|
|
520 | 520 | "advanced-last_seen": "Add a last_seen attribute to MQTT messages, contains date/time of last Zigbee message",
|
521 | 521 | "advanced-elapsed": "Add an elapsed attribute to MQTT messages, contains milliseconds since the previous msg",
|
522 | 522 | "advanced-network_key": "Network encryption key, changing requires re-pairing all devices!",
|
523 |
| - "advanced-timestamp_format": "Log timestamp format", |
| 523 | + "advanced-timestamp_format": "Log timestamp format (see https://github.com/taylorhakes/fecha?tab=readme-ov-file#formatting-tokens for all supported tokens)", |
524 | 524 | "advanced-transmit_power": "Transmit power of adapter, only available for Z-Stack (CC253*/CC2652/CC1352) adapters, CC2652 = 5dbm, CC1352 max is = 20dbm (5dbm default)",
|
525 | 525 | "advanced-output": "Examples when 'state' of a device is published json: topic: 'zigbee2mqtt/my_bulb' payload '{\"state\": \"ON\"}' attribute: topic 'zigbee2mqtt/my_bulb/state' payload 'ON' attribute_and_json: both json and attribute (see above)",
|
526 | 526 | "health": "Periodically check the health of Zigbee2MQTT",
|
|
0 commit comments