Show latest version on WebCfg

This commit is contained in:
iranl
2024-02-07 22:41:13 +01:00
parent 01100d22a9
commit 8be5631394
3 changed files with 13 additions and 0 deletions

View File

@@ -663,6 +663,11 @@ int Network::mqttConnectionState()
return _mqttConnectionState;
}
String Network::latestHubVersion()
{
return _latestVersion;
}
bool Network::encryptionSupported()
{
return _device->supportsEncryption();