add mesh communication from django form
This commit is contained in:
parent
2ff4a9a64a
commit
21b75bec86
10 changed files with 191 additions and 21 deletions
2
src/c3nav/control/views/utils.py
Normal file
2
src/c3nav/control/views/utils.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def get_mesh_comm_group(address):
|
||||
return 'mesh_comm_%s' % address.replace(':', '-')
|
Loading…
Add table
Add a link
Reference in a new issue