Skip to content

Commit

Permalink
test force index
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 14, 2024
1 parent f86b595 commit ede0a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,7 @@ class VwWeconnect extends utils.Adapter {
);
}
// this.extractKeys(this, vin + ".status", data);
this.json2iob.parse(vin + ".status", data, { forceIndex: false, makeStateWritableWithEnding: ["settings"] });
this.json2iob.parse(vin + ".status", data, { forceIndex: true, makeStateWritableWithEnding: ["settings"] });
if (this.config.rawJson) {
await this.setObjectNotExistsAsync(vin + ".status" + "rawJson", {
type: "state",
Expand Down

0 comments on commit ede0a45

Please sign in to comment.