Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
5688d117
Commit
5688d117
authored
Feb 13, 2020
by
Michael Ott
Browse files
Set mqttsuffix from sensor name if it hasn't been set
parent
a77e7ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/includes/ConfiguratorTemplate.h
View file @
5688d117
...
...
@@ -320,6 +320,9 @@ class ConfiguratorTemplate : public ConfiguratorInterface {
}
}
}
if
(
sBase
.
getMqtt
().
size
()
==
0
)
{
sBase
.
setMqtt
(
sBase
.
getName
());
}
sensorBase
(
sBase
,
config
);
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment