add new ID property for processors and routes

This commit is contained in:
Joel Wetzell
2026-08-19 10:12:58 -05:00
parent a90a74650c
commit a33c05373f
47 changed files with 104 additions and 51 deletions
@@ -14,5 +14,6 @@ This processor will encode an ArtNet packet into an array of bytes. This process
### Example
```yaml
- type: artnet.packet.encode
- id: encode
type: artnet.packet.encode
```