16 lines
470 B
Python
16 lines
470 B
Python
###################################################################################################
|
|
# Deployment specific global definitions - executed after startup.py
|
|
###################################################################################################
|
|
|
|
def asd():
|
|
"""
|
|
dummy
|
|
"""
|
|
pass
|
|
|
|
#Devices
|
|
run("devices/SimulatedDiode")
|
|
simulatedDiode = SimulatedDiode("scd_sim")
|
|
add_device(simulatedDiode, True)
|
|
simulatedDiode.polling=500
|
|
|