Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 13, 2024
1 parent b5dee7e commit 179f052
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2284,29 +2284,29 @@ class VwWeconnect extends utils.Adapter {
},
native: {},
});
});
this.setObjectNotExists(vin + ".remote.lock", {
type: "state",
common: {
name: "Lock test",
type: "boolean",
role: "switch",
write: true,
},
native: {},
});

this.setObjectNotExists(vin + ".remote.lock", {
type: "state",
common: {
name: "Lock test",
type: "boolean",
role: "switch",
write: true,
},
native: {},
this.setObjectNotExists(vin + ".remote.lockv2", {
type: "state",
common: {
name: "Lock test",
type: "boolean",
role: "switch",
write: true,
},
native: {},
});
});

this.setObjectNotExists(vin + ".remote.lockv2", {
type: "state",
common: {
name: "Lock test 2",
type: "boolean",
role: "switch",
write: true,
},
native: {},
});
resolve();
return;
}
Expand Down

0 comments on commit 179f052

Please sign in to comment.