Skip to content

Commit f34dcb2

Browse files
unknownunknown
authored andcommitted
iamge
1 parent d9ba1cf commit f34dcb2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

datapoint/edit.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ apiKey:`YOUR_API_KEY_HERE`
2525
***Data Format: JSON***
2626

2727
|Field Name|Mandatory|Type|Description|
28-
| --- | --- | --- | --- |
29-
| type | Yes | String | Sensor type |
28+
| --- | --- | --- | --- ||
3029
| time | No | String | timestamp |
31-
| content | No | json | | |
30+
| content | Yes | json | | |
3231

3332
Please note: Sensor type cannot be changed once created
3433

@@ -38,7 +37,6 @@ Please note: Sensor type cannot be changed once created
3837

3938
```
4039
{
41-
"type": "Time-Value",
4240
"content": {
4341
"value": 22.3
4442
}

0 commit comments

Comments
 (0)