This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Button Label": "Duplicate Address", | |
| "Filter Expression": "arp.duplicate-address-detected", | |
| "Comment": "Check if use of duplicate IPs is detected" | |
| }, | |
| { | |
| "Button Label": "Gratuitous ARP", | |
| "Filter Expression": "arp.isgratuitous", | |
| "Comment": "Announce IP - used by WFCS" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ac-office.yaml | |
| esphome: | |
| name: ac-office | |
| friendly_name: ${devicename} | |
| min_version: 2024.6.0 | |
| # platformio_options: | |
| # board_build.f_cpu: 160000000L | |
| esp32: |