We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fb08b commit 07b21c8Copy full SHA for 07b21c8
README.md
@@ -87,6 +87,19 @@ bot.set_verbosity(2)
87
### Test 1: Add a new plant to your garden
88
89
This test will help familiarize you with sending commands via the [API](https://developer.farm.bot/docs/web-app/rest-api).
90
+```
91
+new_cabbage = {
92
+ "name": "Cabbage",
93
+ "pointer_type": "Plant",
94
+ "x": 400,
95
+ "y": 300,
96
+ "z": 0,
97
+ "openfarm_slug": "cabbage",
98
+ "plant_stage": "planned",
99
+}
100
+
101
+fb.add_info("points", new_cabbage)
102
103
104
### Test 2: Turn your LED strip on and off
105
0 commit comments