mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-17 12:26:11 +02:00
When neither BTC nor LN is running: send hardware_info When BTC is running and LN is not: send hardware_info and btc_info When both are running: send the full package This code doesn't keep track of which connection has received which data already, so it may send data twice data to the client when the startup state changes. Especially the hardware info is rather data intensive. This is OK for now, to keep the code simple. closes #110 |
||
|---|---|---|
| .. | ||
| auth | ||
| external | ||
| models | ||
| repositories | ||
| routers | ||
| __init__.py | ||
| constants.py | ||
| main.py | ||
| utils.py | ||