-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from sguduguntla/master
Updated Indoor_data and outdoor_temperature service to pymortar
- Loading branch information
Showing
11 changed files
with
278 additions
and
170 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"python.linting.pylintEnabled": true | ||
} |
Binary file added
BIN
+5.16 KB
services/indoor_data_historical/__pycache__/indoor_temperature_action_pb2.cpython-37.pyc
Binary file not shown.
Binary file added
BIN
+2.44 KB
...ices/indoor_data_historical/__pycache__/indoor_temperature_action_pb2_grpc.cpython-37.pyc
Binary file not shown.
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 |
---|---|---|
|
@@ -5,4 +5,6 @@ xbos_services_utils2 <= 0.0.10dev | |
pytz == 2018.3 | ||
xbos==0.0.35 | ||
bw2python==0.6.1 | ||
pymortar>=1.0.0 | ||
rfc3339==6.0 | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
"eyJraWQiOiJGUlJXZXU4TzlIUVwvdHluNXJBbkw0STNBc05ZWUR0VUo5akVMOEsrcXRWST0iLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiI3NmJjZGZmMC1jNTE5LTRjZGQtYWZjMy03NjRlMzg4NzY4ODAiLCJldmVudF9pZCI6ImVkNjJkMWYyLTQ3NDYtMTFlOS1hZWFiLWVkYjUxOGRhYWU4OSIsInRva2VuX3VzZSI6ImFjY2VzcyIsInNjb3BlIjoiYXdzLmNvZ25pdG8uc2lnbmluLnVzZXIuYWRtaW4iLCJhdXRoX3RpbWUiOjE1NTI2NzA1NTYsImlzcyI6Imh0dHBzOlwvXC9jb2duaXRvLWlkcC51cy1lYXN0LTEuYW1hem9uYXdzLmNvbVwvdXMtZWFzdC0xX2RENk1IWnBkTiIsImV4cCI6MTU1MjY3NDE1NiwiaWF0IjoxNTUyNjcwNTU2LCJqdGkiOiIzMzMyMjNjNy1iNGI3LTQ1ZDgtODg3OC1iY2ZkOWUwMWIzODQiLCJjbGllbnRfaWQiOiIzOXNlaWNqbDJpMXNldGJ1MHVyMDc1bjFicCIsInVzZXJuYW1lIjoic2d1ZHVndW50bGEifQ.oxKmqqXMufixs0HJ0fh5j2VZA0yyZ_PBpNwy__JdRZ2j2tKUMQIy_vVUMvMmJz0c8hhMrATMNFnqAjyaE39oqDGhxOqg34OQU0hUf6kbk8y2oI0n1dWSh11lEVM-htyIZR_wFcBDCEpGYvzbvKZrCdNphARlrCmxgtlFeJKAbqB39sQKxfog_dEc23pWZQgOYTe4131YhrlYKWLrjXPhdKwlYfeKYvgqn9cTv42azucSUw0qyfYzzp1cqwv38Her1Pa1CgWImuY1dzzaFPDQ17wjmkbxzVI_4cIP-68FKU3A4yL4Rho06bLaOtZfNs3hn190_L0015Uqgm9iVlWhHQ" |
Binary file added
BIN
+4.21 KB
...door_temperature_historical/__pycache__/outdoor_temperature_historical_pb2.cpython-37.pyc
Binary file not shown.
Binary file added
BIN
+2.12 KB
...temperature_historical/__pycache__/outdoor_temperature_historical_pb2_grpc.cpython-37.pyc
Binary file not shown.
10 changes: 5 additions & 5 deletions
10
services/outdoor_temperature_historical/req.txt
100644 → 100755
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,9 +1,9 @@ | ||
grpcio==1.12.1 | ||
grpcio-tools==1.12.1 | ||
PyYAML==3.12 | ||
xbos_services_utils2 <= 0.0.10dev | ||
pytz == 2018.3 | ||
xbos==0.0.35 | ||
bw2python==0.6.1 | ||
pathlib == 1.0.1 | ||
pytz==2018.3 | ||
xbos==0.0.35pi | ||
pymortar>=1.0.0 | ||
rfc3339==6.0 | ||
|
||
|
Oops, something went wrong.