43 lines
769 B
Plaintext
43 lines
769 B
Plaintext
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
|
|
}
|