17 lines
196 B
Python
17 lines
196 B
Python
|
|
|
||
|
|
def event_power_off_(event_struct):
|
||
|
|
return
|
||
|
|
|
||
|
|
|
||
|
|
def event_single_start(event_struct):
|
||
|
|
return
|
||
|
|
|
||
|
|
|
||
|
|
def event_all_start(event_struct):
|
||
|
|
return
|
||
|
|
|
||
|
|
|
||
|
|
def event_power_off(event_struct):
|
||
|
|
return
|
||
|
|
|