mirror of https://github.com/nymea/nymea.git
Add zigbee notifications to enable/disable JSONRPC tests
parent
7ab98f65f7
commit
897b49b1f3
|
|
@ -674,7 +674,7 @@ void TestJSONRPC::enableDisableNotifications_legacy()
|
|||
|
||||
QStringList expectedNamespaces;
|
||||
if (enabled == "true") {
|
||||
expectedNamespaces << "Actions" << "NetworkManager" << "Devices" << "Integrations" << "System" << "Rules" << "States" << "Logging" << "Tags" << "JSONRPC" << "Configuration" << "Events" << "Scripts" << "Users";
|
||||
expectedNamespaces << "Actions" << "NetworkManager" << "Devices" << "Integrations" << "System" << "Rules" << "States" << "Logging" << "Tags" << "JSONRPC" << "Configuration" << "Events" << "Scripts" << "Users" << "Zigbee";
|
||||
}
|
||||
std::sort(expectedNamespaces.begin(), expectedNamespaces.end());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue