Back to project page MyTesla.
The source code is released under:
MIT License
If you think the Android project MyTesla listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.myappfactory.tesla.api.enums; //w w w .j a v a2 s. co m /** * http://docs.timdorr.apiary.io/#get-%2Fvehicles%2F%7Bid%7D%2Fcommand%2Fsun_roof_control%3Fstate%3D%7Bstate%7D */ public enum StateEnum { //100% open, //0% close, //80% comfort, //~15% vent }