diff --git a/interface/src/mqtt/MqttSettingsForm.tsx b/interface/src/mqtt/MqttSettingsForm.tsx index b612e79b8..b53b863a5 100644 --- a/interface/src/mqtt/MqttSettingsForm.tsx +++ b/interface/src/mqtt/MqttSettingsForm.tsx @@ -159,7 +159,7 @@ class MqttSettingsForm extends React.Component { value="clean_session" /> } - label="Clean Session" + label="Set Clean Session" /> { value="mqtt_retain" /> } - label="Retain Flag" + label="Use Retain Flag" />

@@ -184,8 +184,8 @@ class MqttSettingsForm extends React.Component { onChange={handleValueChange('nested_format')} margin="normal" > - nested on a single topic - as individual topics + Nested on a single topic + As individual topics { onChange={handleValueChange('subscribe_format')} margin="normal" > - general device topic - individual topics, main heating circuit - individual topics, all heating circuits + General device topic + Individual topics, main heating circuit + Individual topics, all heating circuits { onChange={handleValueChange('ha_climate_format')} margin="normal" > - use Current temperature (default) - use Setpoint temperature - Fix to 0 + Use Current temperature (default) + Use Setpoint temperature + Always set to 0 )}

diff --git a/interface/src/network/NetworkSettingsForm.tsx b/interface/src/network/NetworkSettingsForm.tsx index 97325530d..24c482de8 100644 --- a/interface/src/network/NetworkSettingsForm.tsx +++ b/interface/src/network/NetworkSettingsForm.tsx @@ -174,7 +174,7 @@ class NetworkSettingsForm extends React.Component { onChange={handleValueChange('enableIPv6')} /> } - label="Enable IPv6" + label="Enable IPv6 support" /> { onChange={handleValueChange('bandwidth20')} /> } - label="WiFi Low Bandwidth" + label="Use Lower WiFi Bandwidth" /> { onChange={handleValueChange('nosleep')} /> } - label="Disable Wifi Sleepmode" + label="Disable WiFi Sleep Mode" /> { onChange={handleValueChange('static_ip_config')} /> } - label="Static IP Config" + label="Use Static IPs" /> {data.static_ip_config && ( diff --git a/interface/src/project/EMSESPSettingsForm.tsx b/interface/src/project/EMSESPSettingsForm.tsx index ebbdb43ae..21b49eed8 100644 --- a/interface/src/project/EMSESPSettingsForm.tsx +++ b/interface/src/project/EMSESPSettingsForm.tsx @@ -365,7 +365,7 @@ class EMSESPSettingsForm extends Component {

- Options + General Options {data.led_gpio !== 0 && ( @@ -390,7 +390,7 @@ class EMSESPSettingsForm extends Component { value="dallas_parasite" /> } - label="Enable Dallas parasite mode" + label="Use Dallas Sensor parasite power" /> )} @@ -412,7 +412,17 @@ class EMSESPSettingsForm extends Component { value="low_clock" /> } - label="Low Clockrate (160MHz, changed on next reboot)" + label="Use lower CPU clock speed (only applied after restart)" + /> + + } + label="Bypass Access Token authorization on API calls" /> {

- API and MQTT Options + Formatting Options - - } - label="Bypass Access Token authorization on API calls" - /> { - by Sensor ID + by ID by Number by Name