Converted HTTP based outputs to new and improved mechanism, increasing robustness and efficiency.
This commit is contained in:
parent
b325ca96ee
commit
d457046420
32 changed files with 1113 additions and 1510 deletions
|
@ -118,7 +118,7 @@ namespace Controller {
|
|||
|
||||
#define connCapa capabilities["connectors"][connName]
|
||||
|
||||
if (connCapa.isMember("socket")){
|
||||
if (connCapa.isMember("socket") || (connCapa.isMember("deps") && connCapa["deps"].asStringRef() == "HTTP")){
|
||||
( *ait)["online"] = "Enabled";
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue