We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab86deb + 18a5214 commit d4d25a0Copy full SHA for d4d25a0
publisher/core.py
@@ -6,8 +6,7 @@
6
import mqtt_topics
7
from configuration import Configuration
8
9
-INVALID_MQTT_CHARS = re.compile(r'[^a-zA-Z0-9/]')
10
-
+INVALID_MQTT_CHARS = re.compile(r'[+#*$>]')
11
12
class MqttCommandListener(ABC):
13
async def on_mqtt_command_received(self, *, vin: str, topic: str, payload: str) -> None:
0 commit comments