1
0

initial push

This commit is contained in:
Kwimbee
2026-02-13 11:17:41 +01:00
commit bfc9763f05
22 changed files with 631 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
meta {
name: Lamp Settings
type: http
seq: 9
}
post {
url: {{base_url}}/lamp_s
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~lonof: 0
~lpwr: 0
~ligde: 0
~llise: 0
~lonpon: 0
~lofvd: 0
~londp: 0
~lofdm: 0
}
docs {
# Lamp Settings
Configure lamp behavior and power.
## Set Parameters
- `lonof`: Lamp state (0-1: off/on)
- `lpwr`: Lamp power (0-4: eco/standard/1700W/1500W/silent)
- `ligde`: Lamp ignition delay (0-91: off or 1-90s)
- `llise`: Lamp light sensor (0-1)
- `lonpon`: Lamp on power on (0-1)
- `lofvd`: Lamp off via DMX (0-1)
- `londp`: Lamp on when DMX present (0-1)
- `lofdm`: Lamp off when DMX missing (0-1)
## Response
- All parameters as strings
- `status`: 0 if success
}