add hint to include write messages
This commit is contained in:
@@ -116,6 +116,8 @@ filter-level = ^$
|
|||||||
# include only messages having the specified direction ("r", "w", "u", or "uw". partial match, alternatives and wildcard supported).
|
# include only messages having the specified direction ("r", "w", "u", or "uw". partial match, alternatives and wildcard supported).
|
||||||
# HA integration: writable messages excluded for now
|
# HA integration: writable messages excluded for now
|
||||||
filter-direction = r|u
|
filter-direction = r|u
|
||||||
|
# HA integration: for including writable messages, use this line or overwrite with '--mqttvar=filter-direction=r|u|^w'.
|
||||||
|
#filter-direction = r|u|^w
|
||||||
# include only fields having the specified name (partial match, alternatives and wildcard supported).
|
# include only fields having the specified name (partial match, alternatives and wildcard supported).
|
||||||
#filter-field =
|
#filter-field =
|
||||||
# exclude fields having the specified name (partial match, alternatives and wildcard supported).
|
# exclude fields having the specified name (partial match, alternatives and wildcard supported).
|
||||||
|
|||||||
Reference in New Issue
Block a user