-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#55 add bus infor field to meta data
- Loading branch information
1 parent
7585503
commit 3fb71bc
Showing
8 changed files
with
63 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
dependencies.log | ||
moduleinstalldebug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,10 @@ | |
} | ||
} | ||
}, | ||
"enabled": "false" | ||
"enabled": "false", | ||
"businfo": [ | ||
"i2c" | ||
] | ||
} | ||
|
||
def getsign(d): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -265,7 +265,10 @@ | |
"changes": "Added Solo Cloudwatcher" | ||
} | ||
] | ||
} | ||
}, | ||
"businfo": [ | ||
"i2c" | ||
] | ||
} | ||
|
||
def readSHT31(sht31heater): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,10 @@ | |
} | ||
} | ||
}, | ||
"enabled": "false" | ||
"enabled": "false", | ||
"businfo": [ | ||
"i2c" | ||
] | ||
} | ||
|
||
def readTSL2591(params): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,10 @@ | |
} | ||
} | ||
}, | ||
"enabled": "false" | ||
"enabled": "false", | ||
"businfo": [ | ||
"i2c" | ||
] | ||
} | ||
|
||
def ltr390(params, event): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters