Add add-device subcommand.

This commit is contained in:
Sebastian Lenzlinger
2024-06-28 17:29:23 +02:00
parent 30e3c17920
commit 0d16d5b6a2
6 changed files with 375 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
import re
from iottb import definitions
def normalize_string(s, chars_to_replace=None, replacement=None, allow_unicode=False):
pass