File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -6605,12 +6605,6 @@ namespace http {
6605
6605
m_mainworker.m_eventsystem.StartEventSystem();
6606
6606
}
6607
6607
6608
- int oneWireSensorPollPeriod = atoi(request::findValue(&req, "1WireSensorPollPeriod").c_str());
6609
- m_sql.UpdatePreferencesVar("1WireSensorPollPeriod", oneWireSensorPollPeriod);
6610
-
6611
- int oneWireSwitchPollPeriod = atoi(request::findValue(&req, "1WireSwitchPollPeriod").c_str());
6612
- m_sql.UpdatePreferencesVar("1WireSwitchPollPeriod", oneWireSensorPollPeriod);
6613
-
6614
6608
std::string EnableWidgetOrdering = request::findValue(&req, "AllowWidgetOrdering");
6615
6609
int iEnableAllowWidgetOrdering = (EnableWidgetOrdering == "on" ? 1 : 0);
6616
6610
m_sql.UpdatePreferencesVar("AllowWidgetOrdering", iEnableAllowWidgetOrdering);
@@ -11304,14 +11298,6 @@ namespace http {
11304
11298
{
11305
11299
root["WebTheme"] = sValue;
11306
11300
}
11307
- else if (Key == "OneWireSensorPollPeriod")
11308
- {
11309
- root["OneWireSensorPollPeriod"] = nValue;
11310
- }
11311
- else if (Key == "OneWireSwitchPollPeriod")
11312
- {
11313
- root["OneWireSwitchPollPeriod"] = nValue;
11314
- }
11315
11301
#ifndef NOCLOUD
11316
11302
else if (Key == "MyDomoticzInstanceId") {
11317
11303
root["MyDomoticzInstanceId"] = sValue;
You can’t perform that action at this time.
0 commit comments