Closed jsgoecke closed 8 years ago
It seems it should be a string, more info here:
https://github.com/morrisonbrett/TeslaCommand/commit/7ca736a32ca63891409a38ffc58b18f9e020e8db#commitcomment-17589554
This is because the Tesla API will return a nil rather than an empty string in some cases, therefore the type returned is inconsistent requiring and interface to be used.
It seems it should be a string, more info here:
https://github.com/morrisonbrett/TeslaCommand/commit/7ca736a32ca63891409a38ffc58b18f9e020e8db#commitcomment-17589554