|
1 | 1 | [ |
2 | 2 | { |
3 | | - "name": "Joe Smith", |
4 | | - |
5 | | - "age": 40, |
6 | | - "admin": false |
7 | | - }, |
8 | | - { |
9 | | - "name": "Jen Ford", |
10 | | - |
11 | | - "age": 45, |
12 | | - "admin": true |
| 3 | + "_id": "64ff1076088f2df36ed4d8ab", |
| 4 | + "createdAt" : "2023-06-23T10:50:48.246Z", |
| 5 | + "updatedAt" : "2023-09-11T11:35:12.838Z", |
| 6 | + "name" : "MQTT Test Device", |
| 7 | + "currentLocation" : { |
| 8 | + "timestamp" : "2023-06-23T10:50:48.241Z", |
| 9 | + "coordinates" : [ |
| 10 | + 7.2123, |
| 11 | + 51.4823 |
| 12 | + ], |
| 13 | + "type" : "Point" |
| 14 | + }, |
| 15 | + "exposure" : "outdoor", |
| 16 | + "integrations" : { |
| 17 | + "mqtt" : { |
| 18 | + "enabled" : true, |
| 19 | + "messageFormat" : "json", |
| 20 | + "connectionOptions" : "", |
| 21 | + "decodeOptions" : "", |
| 22 | + "topic" : "test", |
| 23 | + "url" : "" |
| 24 | + }, |
| 25 | + "ttn" : { |
| 26 | + "decodeOptions" : [ ], |
| 27 | + "profile" : "sensebox/home", |
| 28 | + "dev_id" : "43369", |
| 29 | + "app_id" : "15649" |
| 30 | + } |
| 31 | + }, |
| 32 | + "access_token" : "c343eb5329cf80b1fc26b4943e52ab42d4ef699e17a0499ff2e1a69f3d7ab624", |
| 33 | + "useAuth" : true, |
| 34 | + "sensors" : [ |
| 35 | + { |
| 36 | + "_id": "64ff1076088f2df36ed4d8ac", |
| 37 | + "title": "Temperatur", |
| 38 | + "unit": "°C", |
| 39 | + "sensorType": "HDC1080", |
| 40 | + "icon": "osem-thermometer" |
| 41 | + }, |
| 42 | + { |
| 43 | + "_id": "64ff1076088f2df36ed4d8ad", |
| 44 | + "title": "rel. Luftfeuchte", |
| 45 | + "unit": "%", |
| 46 | + "sensorType": "HDC1080", |
| 47 | + "icon": "osem-humidity" |
| 48 | + } |
| 49 | + ], |
| 50 | + "model" : "homeV2Wifi", |
| 51 | + "grouptag" : [], |
| 52 | + "locations" : [ |
| 53 | + { |
| 54 | + "timestamp" : "2023-06-23T10:50:48.241Z", |
| 55 | + "coordinates" : [ |
| 56 | + 7.2123, |
| 57 | + 51.4823 |
| 58 | + ], |
| 59 | + "type" : "Point" |
| 60 | + } |
| 61 | + ] |
13 | 62 | } |
14 | 63 | ] |
0 commit comments