RSSI to web interface added

This commit is contained in:
Dmitry Borisenko
2020-11-16 13:58:26 +03:00
parent 2e73eac2f1
commit 3c3a4a33ca
5 changed files with 51 additions and 15 deletions

View File

@@ -7,11 +7,11 @@
"routerpass": "BELCHENKO",
"timezone": 1,
"ntp": "pool.ntp.org",
"mqttServer": "m12.cloudmqtt.com",
"mqttPort": 14053,
"mqttServer": "wqtt.ru",
"mqttPort": 8021,
"mqttPrefix": "/iotTest",
"mqttUser": "lbscvzuj",
"mqttPass": "bLxlveOgaF8F",
"mqttUser": "u_K1CK9Q",
"mqttPass": "YjyCloWS",
"scen": "1",
"telegramApi": "1416711569:AAEI0j83GmXqwzb_gnK1B0Am0gDwZoJt5xo",
"telegonof": "0",

View File

@@ -37,6 +37,10 @@
"type": "h4",
"title": "Uptime: {{uptime}}"
},
{
"type": "h4",
"title": "WiFi Signal: {{signal}}"
},
{
"type": "h4",
"title": "Build version: {{firmware_version}}"