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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ The data is published to the topic `android/sensor` in the following JSON format
33
33
"values": [0.31892395, -0.97802734, 10.049896]
34
34
}
35
35
```
36
-
This format is similar to one used in [SensaGram](https://github.com/UmerCodez/SensaGram)
36
+
Note: If the **Dedicated Topics** option is enabled in the settings, the `type` field **will not be included** in the JSON payload. Each sensor will instead publish to its own topic. For example, accelerometer data will be sent to `android/sensor/accelerometer`.
0 commit comments