add mesh communication from django form

This commit is contained in:
Laura Klünder 2023-10-04 15:42:03 +02:00
parent 2ff4a9a64a
commit 21b75bec86
10 changed files with 191 additions and 21 deletions

View file

@ -0,0 +1,2 @@
def get_mesh_comm_group(address):
return 'mesh_comm_%s' % address.replace(':', '-')