Skip to content

Commit

Permalink
cleanup code sections
Browse files Browse the repository at this point in the history
  • Loading branch information
niondir committed Aug 7, 2024
1 parent b011bb1 commit 640cc98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/platform/parser/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ Device.setProperty("key", "value");
// value type is string, number or bool.
// Byte arrays are encoded as Base64 strings.
var value = Device.getConfig("key");

```

### Record functions
Expand All @@ -112,10 +111,6 @@ var value = Device.getConfig("key");

// Get the time when the data was received by the server in ms, compatible with new Date(t).
var t = Record.getReceivedAt();




```

Set the measured time based on a field on the result json.
Expand Down

0 comments on commit 640cc98

Please sign in to comment.