don't fail with unhandled message type bluh bluh
This commit is contained in:
parent
e0916dfecd
commit
d789bb2382
1 changed files with 3 additions and 0 deletions
|
@ -732,6 +732,9 @@ class MeshUIConsumer(AsyncJsonWebsocketConsumer):
|
|||
async def mesh_ota_recipient_status(self, data):
|
||||
await self.send_json(data)
|
||||
|
||||
async def mesh_ota_recipients_changed(self, data):
|
||||
pass
|
||||
|
||||
@database_sync_to_async
|
||||
def locator(self, msg, orig_addr=None):
|
||||
locator = RangeLocator.load()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue