Skip to content

Commit

Permalink
delete trips from trips
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 21, 2024
1 parent 3f17af2 commit f26557c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ class Toyota extends utils.Adapter {
return;
}
const data = res.data.payload;
delete data.trips;
this.json2iob.parse(vin + '.' + element.path, data, {
forceIndex: true,
channelName: element.desc,
Expand Down

0 comments on commit f26557c

Please sign in to comment.