* * Reset aller "ManualChange" Flags */ include_once "IPSShadowing.inc.php"; $categoryIdDevices = IPSUtil_ObjectIDByPath('Program.IPSLibrary.data.modules.IPSShadowing.Devices'); $deviceIds = IPS_GetChildrenIds($categoryIdDevices); foreach($deviceIds as $deviceId) { $device = new IPSShadowing_Device($deviceId); $device->ChangeSetting(IPS_GetObjectIDByIdent(c_Control_ManualChange, $deviceId), false); } /** @}*/ ?>