Update Smart Doors to work with the changed API (between Version 0.8.5 and 0.8.7). Update Smart Doors to work again (fixes #8)
This commit is contained in:
@@ -33,7 +33,7 @@ export function onRederWallConfig(wallConfig, html, data) {
|
||||
export async function onWallConfigUpdate(event, formData) {
|
||||
const synchronizeSecretStatus = formData.synchronizeSecretStatus;
|
||||
const updateData = {flags: {smartdoors: {synchronizationGroup: formData.synchronizationGroup}}};
|
||||
let ids = this.options.editTargets;
|
||||
let ids = this.editTargets;
|
||||
if (ids.length == 0) {
|
||||
ids = [this.object.id];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user