Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 2013-07-21 23:15:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 49 49 50 50 [[Image(http://opensprinkler.cfowl.postinbox.com/Step7.png)]] 51 52 = Configuration Variables = 53 ==RefreshStatusSec== 54 This controls how frequently the OpenSprinkler controller will be polled (in seconds). There is no push notification from OpenSprinkler. The lower the number the more "real time" the updates in MCV. 55 56 = Debug Mode = 57 By default verbose logging is switched off. To enable logging change the following line in I_OpenSprinkler1.xml, upload and restart Luup. 58 59 Change 60 61 {{{ 62 local DEBUG_MODE = false 63 }}} 64 65 To 66 67 {{{ 68 local DEBUG_MODE = true 69 }}} 70 71 Debug information is written to /tmp/log/cmh/LuaUPnP.log