|
1188 | 1188 | "outputs": [],
|
1189 | 1189 | "source": [
|
1190 | 1190 | "time_requested_1 = datetime(2023, 6, 5, 11)\n",
|
1191 |
| - "time_recieved_1 = datetime(2023, 6, 5, 11, 0, 3)\n", |
| 1191 | + "time_received_1 = datetime(2023, 6, 5, 11, 0, 3)\n", |
1192 | 1192 | "\n",
|
1193 | 1193 | "await data_client.tabular_data_capture_upload(\n",
|
1194 | 1194 | " part_id=\"<ID>\", # Unique ID of the relevant robot part.\n",
|
|
1197 | 1197 | " method_name='IsPowered',\n",
|
1198 | 1198 | " method_parameters=None,\n",
|
1199 | 1199 | " tags=[\"tag_1\", \"tag_2\"],\n",
|
1200 |
| - " data_request_times=[(time_requested_1, time_recieved_1)],\n", |
| 1200 | + " data_request_times=[(time_requested_1, time_received_1)],\n", |
1201 | 1201 | " tabular_data=[{'PowerPCT': 0, 'IsPowered': False}]\n",
|
1202 | 1202 | ")"
|
1203 | 1203 | ]
|
|
1288 | 1288 | "cell_type": "markdown",
|
1289 | 1289 | "metadata": {},
|
1290 | 1290 | "source": [
|
1291 |
| - "Certain types returned by `AppClient` methods (namely, `RobotPart`, `LogEntry`, `Fragment`, and `RobotPartHistoryEntry` objects) are wrapped in mirror classes that convert proto data into a friendlier, more readable format. Each of these mirrors still allows access to the intial proto type returned by the response as a property." |
| 1291 | + "Certain types returned by `AppClient` methods (namely, `RobotPart`, `LogEntry`, `Fragment`, and `RobotPartHistoryEntry` objects) are wrapped in mirror classes that convert proto data into a friendlier, more readable format. Each of these mirrors still allows access to the initial proto type returned by the response as a property." |
1292 | 1292 | ]
|
1293 | 1293 | },
|
1294 | 1294 | {
|
|
0 commit comments