[dss-commits] r8795 - dss/trunk/core
dss-commits at forum.digitalstrom.org
dss-commits at forum.digitalstrom.org
Wed Sep 23 18:14:44 CEST 2009
Author: pstaehlin
Date: 2009-09-23 18:14:44 +0200 (Wed, 23 Sep 2009)
New Revision: 8795
Modified:
dss/trunk/core/model.cpp
Log:
Mark new devices as present
Modified: dss/trunk/core/model.cpp
===================================================================
--- dss/trunk/core/model.cpp 2009-09-23 16:13:26 UTC (rev 8794)
+++ dss/trunk/core/model.cpp 2009-09-23 16:14:44 UTC (rev 8795)
@@ -1472,6 +1472,7 @@
dev.setZoneID(_zoneID);
dev.setShortAddress(_devID);
dev.setFunctionID(_functionID);
+ dev.setIsPresent(true);
// add to new modulator
Modulator& modulator = getModulatorByBusID(_modID);
More information about the dss-commits
mailing list