send mesh.ota_recipients_changed correctly from OTAForm
This commit is contained in:
parent
67e5b0f8a1
commit
5b227190a8
1 changed files with 1 additions and 1 deletions
|
@ -397,6 +397,6 @@ class OTACreateForm(Form):
|
||||||
updates.append(update)
|
updates.append(update)
|
||||||
async_to_sync(channels.layers.get_channel_layer().group_send)(MESH_ALL_OTA_GROUP, {
|
async_to_sync(channels.layers.get_channel_layer().group_send)(MESH_ALL_OTA_GROUP, {
|
||||||
"type": "mesh.ota_recipients_changed",
|
"type": "mesh.ota_recipients_changed",
|
||||||
"addresses": [addresses]
|
"addresses": addresses,
|
||||||
})
|
})
|
||||||
return updates
|
return updates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue