Skip to content

Commit fefa295

Browse files
committed
fix data
1 parent d7902aa commit fefa295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ class Fiat extends utils.Adapter {
666666
let url = '/v1/accounts/' + this.UID + '/vehicles/' + vin + '/' + action;
667667
if (command === 'CPPLUS') {
668668
try {
669-
data.schedule = JSON.parse(state.val);
669+
data.schedules = JSON.parse(state.val);
670670

671671
url = '/v2/accounts/' + this.UID + '/vehicles/' + vin + '/ev/' + action;
672672
} catch (error) {

0 commit comments

Comments
 (0)