don't fail with unhandled message type bluh bluh

This commit is contained in:
Laura Klünder 2023-12-02 02:02:54 +01:00
parent e0916dfecd
commit d789bb2382

View file

@ -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()