start adding a job-compiler recipe
This commit is contained in:
parent
e763aa8645
commit
4cace38bc4
7 changed files with 103 additions and 0 deletions
13
recipe/solar_panel.toml
Normal file
13
recipe/solar_panel.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs.solar_panel]
|
||||
comments = """Any panel around 5V, 6W sould work."""
|
||||
|
||||
[inputs]
|
||||
capital = { quantity = { amount=12.99, unit="USDollar" } }
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.amazon.com/Soshine-Mini-Solar-Panel-Monocrystalline/dp/B099RSLNZ4"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue