11 lines
152 B
Python
11 lines
152 B
Python
# weather_basic
|
|
#
|
|
# Used by:
|
|
# Celestial: basic_weather
|
|
runTime = "early"
|
|
type = ("projected", "passive")
|
|
|
|
|
|
def handler(fit, beacon, context):
|
|
pass
|