We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7902aa commit fefa295Copy full SHA for fefa295
main.js
@@ -666,7 +666,7 @@ class Fiat extends utils.Adapter {
666
let url = '/v1/accounts/' + this.UID + '/vehicles/' + vin + '/' + action;
667
if (command === 'CPPLUS') {
668
try {
669
- data.schedule = JSON.parse(state.val);
+ data.schedules = JSON.parse(state.val);
670
671
url = '/v2/accounts/' + this.UID + '/vehicles/' + vin + '/ev/' + action;
672
} catch (error) {
0 commit comments