meshtastic/docs/software/js/events.md
linagee f2e22d63c9
Typos, spelling, and grammar corrected (#3)
Thanks to aspell and languagetool. Hand picked from these, there are too
many strange things in the English language to be perfectly syntactical.
2021-12-27 12:39:42 -07:00

41 lines
676 B
Markdown

---
id: events
title: Subscribing to device events
sidebar_label: Events
---
## Preface
The event system that the library uses is provided by RxJS, this is the fundamental way in which to interact with devices and the mesh network.
:::tip
Full guide to using RxJS is available at [rxjs.dev](https://rxjs.dev/guide/overview)
:::
...
:::info
Many of the packet types that the device is designed to send are automatically processed and decoded for you in their own event stream
:::
## Events
### Heartbeat
### Device Status
### Device Translation
### From Radio
### Data Packet
### My Node Info
### Radio Config
### Node Packet
### Position Packet
### Text Packet