mirror of https://github.com/nymea/nymea.git
Fix the notification for deleting a web server configuration
parent
021fa737ce
commit
513472178b
|
|
@ -612,7 +612,7 @@ void ConfigurationHandler::onWebServerConfigurationRemoved(const QString &id)
|
|||
qCDebug(dcJsonRpc()) << "Notification: Web server configuration removed";
|
||||
QVariantMap params;
|
||||
params.insert("id", id);
|
||||
emit WebServerConfigurationChanged(params);
|
||||
emit WebServerConfigurationRemoved(params);
|
||||
}
|
||||
|
||||
void ConfigurationHandler::onWebSocketServerConfigurationChanged(const QString &id)
|
||||
|
|
|
|||
Loading…
Reference in New Issue