Skip to content

Commit 901d2cd

Browse files
committed
Initial Commit
0 parents  commit 901d2cd

File tree

127 files changed

+4099
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+4099
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Visual Studio metadata.
2+
/Python/.vs/
3+
4+
# Built releases (from python -m build)
5+
/Python/dist/
6+
7+
# Files containing our sensitive credentials.
8+
/Python/examples/configuration/credentials.json
9+
/Python/examples/configuration/credentials_token.json
10+
/Python/examples/configuration/gateway.cer
11+
12+
# Python pre-compiled cache.
13+
/Python/src/enphase_api/__pycache__/
14+
/Python/src/enphase_api/cloud/__pycache__/
15+
/Python/src/enphase_api/local/__pycache__/
16+
17+
# Python packaging metadata.
18+
/Python/src/*.egg-info/
19+
20+
# Folder for project research.
21+
/Research/

Documentation/IQ Gateway API/Auth/Check_JWT.adoc

Documentation/IQ Gateway API/Datatab/Admin_DCC_Display_DT.adoc

Documentation/IQ Gateway API/Datatab/Event_DT.adoc

Documentation/IQ Gateway API/Datatab/Inventory_DT.adoc

Documentation/IQ Gateway API/Home.adoc

Documentation/IQ Gateway API/IVP/ADC/RelaxedParams.adoc

Documentation/IQ Gateway API/IVP/ARF/Profile/Multimode/Off_Grid.adoc

Documentation/IQ Gateway API/IVP/Cellular.adoc

0 commit comments

Comments
 (0)