[dss-commits] r8775 - dss/trunk/core
dss-commits at forum.digitalstrom.org
dss-commits at forum.digitalstrom.org
Mon Sep 21 16:51:08 CEST 2009
Author: pstaehlin
Date: 2009-09-21 16:51:08 +0200 (Mon, 21 Sep 2009)
New Revision: 8775
Modified:
dss/trunk/core/webserver.cpp
Log:
Include presence information in the circuit
Modified: dss/trunk/core/webserver.cpp
===================================================================
--- dss/trunk/core/webserver.cpp 2009-09-21 14:48:35 UTC (rev 8774)
+++ dss/trunk/core/webserver.cpp 2009-09-21 14:51:08 UTC (rev 8775)
@@ -812,6 +812,7 @@
sstream << ", " << ToJSONValue("swVersion") << ": " << ToJSONValue(modulator->getSoftwareVersion());
sstream << ", " << ToJSONValue("hwName") << ": " << ToJSONValue(modulator->getHardwareName());
sstream << ", " << ToJSONValue("deviceType") << ": " << ToJSONValue(modulator->getDeviceType());
+ sstream << ", " << ToJSONValue("isPresent") << ": " << ToJSONValue(modulator->isPresent());
sstream << "}";
}
sstream << "]}";
More information about the dss-commits
mailing list