Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
2013-07-21 23:15:28 (11 years ago)
Author:
chrisfsb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    4949 
    5050[[Image(http://opensprinkler.cfowl.postinbox.com/Step7.png)]] 
     51 
     52= Configuration Variables = 
     53==RefreshStatusSec== 
     54This 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 = 
     57By default verbose logging is switched off.  To enable logging change the following line in I_OpenSprinkler1.xml, upload and restart Luup. 
     58 
     59Change 
     60 
     61{{{ 
     62local DEBUG_MODE = false 
     63}}} 
     64 
     65To 
     66 
     67{{{ 
     68local DEBUG_MODE = true 
     69}}} 
     70 
     71Debug information is written to /tmp/log/cmh/LuaUPnP.log