18 lines
439 B
TOML
18 lines
439 B
TOML
[inputs]
|
|
wisblock_starter_kit_rak19003_rak4631 = {}
|
|
wisblock_temperature_humidity_sensor = {}
|
|
wisblock_battery_cable = {}
|
|
radio_to_enclosure_antenna_cable = {}
|
|
enclosure_to_antenna_cable = {}
|
|
antenna = {}
|
|
battery_18650 = { quantity = { amount=6 } }
|
|
battery_holder = { quantity = { amount=3 } }
|
|
solar_panel = {}
|
|
charger = {}
|
|
enclosure = {}
|
|
|
|
[dependencies]
|
|
operator = { skills=["assembly"] }
|
|
|
|
[action]
|
|
process = """Put it all together..."""
|