meshtastic/docs/software/js/events.mdx
Sacha Weatherstone 9dc879235f
Hardware pages (#299)
* initial devices.json

* initial hardware components

* testing page at /docs/hardware/supported/template

* WIP Changes

* Home page work & updates

* Fix build

* Fix external link button

* Setup linting

* rename, cleanup & lint

* seperate lint cmd for now

Co-authored-by: Foster Irwin <foster@jfirwin.com>
Co-authored-by: Sacha Weatherstone <sachaw100@hotmail..om>
2022-04-02 00:34:49 +11:00

41 lines
676 B
Plaintext

---
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