mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-03 07:08:53 +03:00
test
This commit is contained in:
@@ -1119,6 +1119,19 @@
|
||||
</td>
|
||||
<td>$TOOLTIP_MQTT_ClientKey</td>
|
||||
</tr>
|
||||
|
||||
<tr class="MQTTItem expert" unused_id="exMqtt">
|
||||
<td class="indent1">
|
||||
<label><class id="MQTT_ValidateServerCert_text" style="color:black;">Validate ServerCert</class></label>
|
||||
</td>
|
||||
<td>
|
||||
<select id="MQTT_ValidateServerCert_value1">
|
||||
<option value="true" selected>enable (true)</option>
|
||||
<option value="false">disable (false)</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>$TOOLTIP_MQTT_ValidateServerCert</td>
|
||||
</tr>
|
||||
|
||||
<tr class="MQTTItem">
|
||||
<td class="indent1">
|
||||
@@ -2353,6 +2366,7 @@ function UpdateInput() {
|
||||
WriteParameter(param, category, "MQTT", "CACert", true);
|
||||
WriteParameter(param, category, "MQTT", "ClientCert", true);
|
||||
WriteParameter(param, category, "MQTT", "ClientKey", true);
|
||||
WriteParameter(param, category, "MQTT", "ValidateServerCert", false);
|
||||
WriteParameter(param, category, "MQTT", "DomoticzTopicIn", true);
|
||||
|
||||
WriteParameter(param, category, "InfluxDB", "Uri", true);
|
||||
@@ -2521,6 +2535,7 @@ function ReadParameterAll() {
|
||||
ReadParameter(param, "MQTT", "CACert", true);
|
||||
ReadParameter(param, "MQTT", "ClientCert", true);
|
||||
ReadParameter(param, "MQTT", "ClientKey", true);
|
||||
ReadParameter(param, "MQTT", "ValidateServerCert", false);
|
||||
ReadParameter(param, "MQTT", "DomoticzTopicIn", true);
|
||||
|
||||
ReadParameter(param, "InfluxDB", "Uri", true);
|
||||
|
||||
@@ -205,6 +205,7 @@ function ParseConfig() {
|
||||
ParamAddValue(param, catname, "CACert");
|
||||
ParamAddValue(param, catname, "ClientCert");
|
||||
ParamAddValue(param, catname, "ClientKey");
|
||||
ParamAddValue(param, catname, "ValidateServerCert");
|
||||
|
||||
var catname = "InfluxDB";
|
||||
category[catname] = new Object();
|
||||
|
||||
Reference in New Issue
Block a user