forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MercedesMe] Switch to Mercedes App SDK (openhab#15628)
* add protocol buffer definitions * oauth rework * websocket introduction Signed-off-by: Bernd Weymann <[email protected]>
- Loading branch information
Showing
152 changed files
with
156,416 additions
and
2,760 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+41.4 KB
bundles/org.openhab.binding.mercedesme/doc/ElectricConsumptionUnits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed
BIN
-84.7 KB
bundles/org.openhab.binding.mercedesme/doc/ImageView-CommandOptions.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-23.4 KB
bundles/org.openhab.binding.mercedesme/doc/MBDeveloper-Credentials.png
Binary file not shown.
Binary file removed
BIN
-19.9 KB
bundles/org.openhab.binding.mercedesme/doc/MBDeveloper-Subscriptions.png
Binary file not shown.
Binary file removed
BIN
-32.3 KB
bundles/org.openhab.binding.mercedesme/doc/MercedesMeConfiguration.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,7 @@ | ||
# How to protoc | ||
|
||
- Check [mvn repository](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util) which version to use | ||
- Download correct protoc compiler from [maven central](https://repo1.maven.org/maven2/com/google/protobuf/protoc/) into `PROTOC_DIR` | ||
- Call in mercedesme binding directory `PROTOC_DIR\protoc -I=proto --java_out=gen proto/*.proto` | ||
- Move generated sources including subdirs from `gen` to `3rdparty\java` | ||
- Adapt `pom.xml` with version of step 1 |
Oops, something went wrong.