You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FallbackTopic is affected by fullTopic configuration. Ex: for FullTopic tasmota/%topic%/%prefix%/ the FallbackTopic is tasmota/cmnd/<FallbackTopic>/<command> <parameter>
I suggest, because FallbackTopic is mainly used for debugging reasons, to preserve standard configuration cmnd/<FallbackTopic>/<command> <parameter> to avoid FullTopic misconfigure issues
The text was updated successfully, but these errors were encountered:
5.2.3 20170630
* Change Sonoff Led color conversion code
* Fix SetOption12 handling
* Simplify auto configuration upgrade
* Add option Upgrade <version_number> to only upgrade to any higher
version (Old PR #213)
* Change FallbackTopic to cmnd/<MQTTClient>/<command> <parameter>
bypassing FullTopic and Prefix (#538)
5.2.3 20170630
* Change Sonoff Led color conversion code
* Fix SetOption12 handling
* Simplify auto configuration upgrade
* Add option Upgrade <version_number> to only upgrade to any higher
version (Old PR arendst#213)
* Change FallbackTopic to cmnd/<MQTTClient>/<command> <parameter>
bypassing FullTopic and Prefix (arendst#538)
FallbackTopic is affected by fullTopic configuration. Ex: for FullTopic
tasmota/%topic%/%prefix%/
the FallbackTopic istasmota/cmnd/<FallbackTopic>/<command> <parameter>
I suggest, because FallbackTopic is mainly used for debugging reasons, to preserve standard configuration
cmnd/<FallbackTopic>/<command> <parameter>
to avoid FullTopic misconfigure issuesThe text was updated successfully, but these errors were encountered: