homekit/doc/sound_sensor_node.md
2022-09-18 21:50:55 +03:00

10 lines
142 B
Markdown

## Configuration
`/etc/sound_sensor_node.toml`:
```toml
[node]
name = "diana"
pin = "PC0"
server_addr = "192.168.1.2:8311"
threshold = 10
```