Show latest version on WebCfg
This commit is contained in:
@@ -663,6 +663,11 @@ int Network::mqttConnectionState()
|
||||
return _mqttConnectionState;
|
||||
}
|
||||
|
||||
String Network::latestHubVersion()
|
||||
{
|
||||
return _latestVersion;
|
||||
}
|
||||
|
||||
bool Network::encryptionSupported()
|
||||
{
|
||||
return _device->supportsEncryption();
|
||||
|
||||
Reference in New Issue
Block a user