robp2175
robp2175
Same issue here
Forgot to mention, that I am using simple-demo.html without any changes and the defaultSuccessCallback is firing with the alert var text = ['Line 1: ', cardData.line1, '\nLine 2: ', cardData.line2,...
I went ahead and created my own fork and added a print button to the toolbar. Hopefully Matt will add it to his, because my version is somewhat hacked as...
Any update on this? If you can lead me in the right direction to prevent the AC changing from Fahrenheit to Celsius every time a command is sent, I would...
Sorry, solved my own problem. Added this to line 392 of vendor/rmccue/requests/library/Requests/Transport/cURL.php I know the certificate is good, so safe to just ignore. ``` curl_setopt($this->handle, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($this->handle, CURLOPT_SSL_VERIFYPEER, 0);...