mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 23:54:17 -08:00
41 lines
676 B
Markdown
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 interract with tevices and the mesh network.
|
||
|
|
||
|
:::tip
|
||
|
Full guide to using RxJS is avaliable 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 there own event stream
|
||
|
:::
|
||
|
|
||
|
## Events
|
||
|
|
||
|
### Heartbeat
|
||
|
|
||
|
### Device Status
|
||
|
|
||
|
### Device Transation
|
||
|
|
||
|
### From Radio
|
||
|
|
||
|
### Data Packet
|
||
|
|
||
|
### My Node Info
|
||
|
|
||
|
### Radio Config
|
||
|
|
||
|
### Node Packet
|
||
|
|
||
|
### Position Packet
|
||
|
|
||
|
### Text Packet
|