You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: card.temp.rsp.notecard.api.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
],
15
15
"properties": {
16
16
"calibration": {
17
-
"description": "The calibration differential of the Notecard's onboard sensor.",
17
+
"description": "The calibration differential, in degrees centigrade, applied to the Notecard's onboard temperature sensor. This per-device offset is added to the raw sensor reading to produce `value`.",
Copy file name to clipboardExpand all lines: note.update.req.notecard.api.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,10 @@
30
30
"description": "A base64-encoded binary payload. A Note must have either a `body` or `payload`, and can have both.",
31
31
"type": "string"
32
32
},
33
+
"sync": {
34
+
"description": "Set to `true` to sync the Notefile immediately after updating the Note. Only the specified Notefile is guaranteed to sync.",
35
+
"type": "boolean"
36
+
},
33
37
"verify": {
34
38
"description": "If set to `true` and using a templated Notefile, the Notefile will be written to flash immediately, rather than being cached in RAM and written to flash later.",
35
39
"type": "boolean"
@@ -107,6 +111,11 @@
107
111
"title": "Update with Command",
108
112
"description": "Update a Note using command syntax (no response expected).",
0 commit comments