1
0

petr's changes

This commit is contained in:
2026-02-16 16:55:57 +01:00
parent e790d12ea1
commit 7d898e04f2
31 changed files with 416 additions and 35 deletions

View File

@@ -0,0 +1,25 @@
meta {
name: Error/DMX Sniffer/RDM Identify Status
type: http
seq: 7
}
post {
url: {{base_url}}/serr
body: none
auth: inherit
}
docs {
# Error/DMX Sniffer/RDM Identify Status
Get error and diagnostic status flags.
## Set Parameters
None.
## Response
- `err`: 1 if some error else 0
- `dmxsnf` (optional): 1 if DMX sniffer is running else 0
- `idnt`: 1 if RDM identify is on else 0
}