#23 bugfix plantdb.json
This commit is contained in:
parent
aa87a23f7d
commit
f43bfeebd2
|
@ -227,6 +227,11 @@
|
|||
"measures": "Less water."
|
||||
}
|
||||
],
|
||||
"wateringCycle": {
|
||||
"litersPerSqM": 0,
|
||||
"interval": null,
|
||||
"notes": []
|
||||
},
|
||||
"lifecycle": [
|
||||
{
|
||||
"startDate": "12-01",
|
||||
|
@ -234,11 +239,7 @@
|
|||
"type": "SOW",
|
||||
"zone": "ZONE_8A",
|
||||
"group": 0,
|
||||
"wateringCycle": {
|
||||
"litersPerSqM": 0,
|
||||
"interval": null,
|
||||
"notes": []
|
||||
},
|
||||
|
||||
"taskTemplates": [
|
||||
{
|
||||
"name": "Germinate",
|
||||
|
@ -255,11 +256,6 @@
|
|||
"type": "PLANT",
|
||||
"zone": "ZONE_8A",
|
||||
"group": 0,
|
||||
"wateringCycle": {
|
||||
"litersPerSqM": 25,
|
||||
"interval": 7,
|
||||
"notes": []
|
||||
},
|
||||
"taskTemplates": [
|
||||
{
|
||||
"name": "hilling",
|
||||
|
@ -276,11 +272,6 @@
|
|||
"type": "HARVEST",
|
||||
"zone": "ZONE_8A",
|
||||
"group": 0,
|
||||
"wateringCycle": {
|
||||
"litersPerSqM": 0,
|
||||
"interval": null,
|
||||
"notes": []
|
||||
},
|
||||
"taskTemplates": [
|
||||
{
|
||||
"name": "Harvest",
|
||||
|
|
Loading…
Reference in New Issue