isolating lamp behaviour
This commit is contained in:
36
scenarios/shutter-008f-evs-timeout-control.json
Normal file
36
scenarios/shutter-008f-evs-timeout-control.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "shutter-008f-evs-timeout-control",
|
||||
"notes": [
|
||||
"Recover to CONNECT OK, force likely EVS via selector 0x008F, then deliberately do not clear it.",
|
||||
"This is the negative control for the adjacent-selector methodology: if the panel later blanks or falls to CONNECT NOT ACT, that is timeout cleanup, not proof that 0x008F clear worked.",
|
||||
"Record the time from EVS visibility to blank/CONNECT NOT ACT."
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"action": "power_cycle",
|
||||
"off_seconds": 1.5
|
||||
},
|
||||
{
|
||||
"action": "wait_ready",
|
||||
"heartbeats": 2,
|
||||
"timeout": 10.0,
|
||||
"require": true
|
||||
},
|
||||
{
|
||||
"action": "drain",
|
||||
"seconds": 0.25
|
||||
},
|
||||
{
|
||||
"action": "send",
|
||||
"label": "selector_zero_connect_ok_seed",
|
||||
"frame": "00 00 00 80 00 DA",
|
||||
"listen": 0.25
|
||||
},
|
||||
{
|
||||
"action": "send",
|
||||
"label": "e000_008f_likely_evs",
|
||||
"frame": "00 01 0F 08 00 5C",
|
||||
"listen": 4.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user