forked from btclock/btclock_v3
Add Nostr Relay connection status
This commit is contained in:
parent
60593de785
commit
19559727c9
5 changed files with 32 additions and 4 deletions
|
@ -229,6 +229,7 @@ JsonDocument getStatusObject()
|
|||
JsonObject conStatus = root["connectionStatus"].to<JsonObject>();
|
||||
conStatus["price"] = isPriceNotifyConnected();
|
||||
conStatus["blocks"] = isBlockNotifyConnected();
|
||||
conStatus["nostr"] = nostrConnected();
|
||||
|
||||
root["rssi"] = WiFi.RSSI();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue