reworked fplApi

This commit is contained in:
Yordan Suarez
2019-12-31 12:28:42 -05:00
parent d11df67c18
commit 0e4ce1ba3f
5 changed files with 137 additions and 207 deletions

16
.vscode/launch.json vendored
View File

@@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
//"program": "/workspaces/hass-fpl/custom_components/fpl/test.py",
"program": "E:/projects/hass-fpl/custom_components/fpl/test.py",
"console": "integratedTerminal"
}
]
}