Skip to content

Commit e746b99

Browse files
authored
Update README with Dedicated Topics note
Added note about the Dedicated Topics option in settings.
1 parent 4deea71 commit e746b99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ The data is published to the topic `android/sensor` in the following JSON format
3333
"values": [0.31892395, -0.97802734, 10.049896]
3434
}
3535
```
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`.
37+
3738
<div align="center">
3839

3940
<img width="282" height="341" alt="image" src="https://github.com/user-attachments/assets/4742b447-3713-417a-b3aa-d06903f30a7a" />

0 commit comments

Comments
 (0)