DeviceSpec: Rename server to provider

This commit is contained in:
2025-01-07 20:03:03 -04:00
parent b9faa147e3
commit dda8527e45
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -97,8 +97,8 @@ spec_body:
$$->implexor = std::string($1);
$$->api = std::string($3);
$$->apiParams = std::move(*$5);
$$->server = std::string($8);
$$->serverParams = std::move(*$10);
$$->provider = std::string($8);
$$->providerParams = std::move(*$10);
$$->deviceSelector = std::string($13);
delete $5;
delete $10;