# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale:120
# Number of days of inactivity before a stale Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose:30
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- enhancement
- bug
- staged for release
# Set to true to ignore issues in a project (defaults to false)
exemptProjects:false
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones:false
# Label to use when marking as stale
staleLabel:stale
# Comment to post when marking as stale. Set to `false` to disable
markComment:>
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed in 30 days if no further activity occurs.
Thank you for your contributions.
# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.
# Comment to post when closing a stale Issue or Pull Request.
closeComment:>
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem.
# Limit the number of actions per hour, from 1-30. Default is 30
sensor->setCPM2SievertFactor(GEIGER_CPM2SIEVERT);// Conversion factor from counts per minute to µSv/h
_sensors.push_back(sensor);
}
#endif
#if GUVAS12SD_SUPPORT
#if GUVAS12SD_SUPPORT
{
{
GUVAS12SDSensor*sensor=newGUVAS12SDSensor();
GUVAS12SDSensor*sensor=newGUVAS12SDSensor();
@ -592,7 +604,7 @@ void _sensorInit() {
new_magnitude.min_change=0;
new_magnitude.min_change=0;
if(type==MAGNITUDE_DIGITAL){
if(type==MAGNITUDE_DIGITAL){
new_magnitude.filter=newMaxFilter();
new_magnitude.filter=newMaxFilter();
}elseif(type==MAGNITUDE_EVENTS){
}elseif(type==MAGNITUDE_EVENTS||type==MAGNITUDE_GEIGER_CPM||type==MAGNITUDE_GEIGER_SIEVERT){// For geiger counting moving average filter is the most appropriate if needed at all.
alert("Hostname cannot be empty and may only contain the ASCII letters ('A' through 'Z' and 'a' through 'z'), the digits '0' through '9', and the hyphen ('-')! They can neither start or end with an hyphen.");
This name will identify this device in your network (http://<hostname>.local). For this setting to take effect you should restart the wifi interface by clicking the "Reconnect" button.
This name will identify this device in your network (http://<hostname>.local).<br/>
Hostname may contain only the ASCII letters 'a' through 'z' (in a case-insensitive manner), the digits '0' through '9', and the hyphen ('-'). They can neither start or end with an hyphen.<br/>
For this setting to take effect you should restart the wifi interface by clicking the "Reconnect" button.
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use forth dimmable channel as white when first 3 have the same RGB value.<br/>Will only work if the device has at least 4 dimmable channels.<br/>Enabling this will render useless the "Channel 4" slider in the status page.<br/>Reload the page to update the web interface.</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use forth dimmable channel as (cold) white light calculated out of the RGB values.<br/>Will only work if the device has at least 4 dimmable channels.<br/>Enabling this will render useless the "Channel 4" slider in the status page.<br/>Reload the page to update the web interface.</div>
</div>
<divclass="pure-g">
<labelclass="pure-u-1 pure-u-lg-1-4">Use white color temperature</label>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use fifth dimmable channel as warm white light and the forth dimmable channel as cold white.<br/>Will only work if the device has at least 5 dimmable channels and "white channel" above is also ON.<br/>Enabling this will render useless the "Channel 5" slider in the status page.<br/>Reload the page to update the web interface.</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use CSS style to report colors to MQTT and REST API. <br/>Red will be reported as "#FF0000" if ON, otherwise "255,0,0"</div>
<divclass="pure-u-1 pure-u-lg-3-4 hint">Use CSS style to report colors to MQTT and REST API. <br/>Red will be reported as "#FF0000" if ON, otherwise "255,0,0"</div>