Files
open-insight/LSL2/OIEVENT/CLICK/RECIPE.CAP_BURST.json
2024-03-25 15:12:53 -07:00

11 lines
380 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare subroutine forward_event\r\n\r\nforward_event()\r\nif @CtrlEntId->check then\r\n .cap_burst_gases->enabled = 1\r\nend else\r\n .cap_burst_gases->text = ''\r\n .cap_burst_gases->enabled = 0 \r\nend\r\nRETURN 0"
}
}
}