mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
rename subscribes to subscribe_format
This commit is contained in:
@@ -175,10 +175,10 @@ class MqttSettingsForm extends React.Component<MqttSettingsFormProps> {
|
||||
</SelectValidator>
|
||||
<SelectValidator name="subscribe_format"
|
||||
label="Subscribe Format"
|
||||
value={data.subscribes}
|
||||
value={data.subscribe_format}
|
||||
fullWidth
|
||||
variant="outlined"
|
||||
onChange={handleValueChange('subscribes')}
|
||||
onChange={handleValueChange('subscribe_format')}
|
||||
margin="normal">
|
||||
<MenuItem value={0}>general device topic</MenuItem>
|
||||
<MenuItem value={1}>individual topics, main heating circuit</MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user