You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure how to send a message to the setScheduledCharging. I am sending this via a function:
// msg.command = 'setScheduledCharging';
msg.commandArgs = {
enable: 1,
time: "2 AM"
};
return msg;
It does seem to kind of work, but no matter what I send, in the app it changes it to 00:00. I tried different time formats (02:00, 2:00AM, 02:00 AM etc.), but same result. Any ideas what I am doing wrong? Also tried enable: true, didnt work either. Thanks in advance!
The text was updated successfully, but these errors were encountered:
I am not sure how to send a message to the setScheduledCharging. I am
sending this via a function:
// msg.command = 'setScheduledCharging';
msg.commandArgs = {
enable: 1,
time: "2 AM"
};
return msg;
It does seem to kind of work, but no matter what I send, in the app it
changes it to 00:00. I tried different time formats (02:00, 2:00AM, 02:00
AM etc.), but same result. Any ideas what I am doing wrong? Thanks in
advance!
—
Reply to this email directly, view it on GitHub
<#65>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADUNWNNJBMU4KXH2XWIPDCLXOW5IBANCNFSM6AAAAAAZ7L7VEE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I am not sure how to send a message to the setScheduledCharging. I am sending this via a function:
// msg.command = 'setScheduledCharging';
msg.commandArgs = {
enable: 1,
time: "2 AM"
};
return msg;
It does seem to kind of work, but no matter what I send, in the app it changes it to 00:00. I tried different time formats (02:00, 2:00AM, 02:00 AM etc.), but same result. Any ideas what I am doing wrong? Also tried enable: true, didnt work either. Thanks in advance!
The text was updated successfully, but these errors were encountered: