Files
tendrils/config.example.yaml

28 lines
526 B
YAML
Raw Permalink Normal View History

2026-01-24 15:04:42 -08:00
locations:
- name: Stage
children:
- name: Upstage
nodes:
- names: ["lighting-1"]
- name: Downstage
nodes:
- names: ["lighting-2"]
- name: House
children:
- name: House Left
nodes:
- names: ["audio"]
- name: House Right
nodes:
- names: ["video"]
- name: Booth
nodes:
- names: ["qlab"]
- names: ["satellite-1"]
# Example with MAC and avoid flag:
# - names: ["problem-device"]
# macs: ["00:11:22:33:44:55"]
# ips: ["10.0.1.100"]
# avoid: true