generated from openremote/custom-project
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Telematics Device Processor Interface - Organize Packages
- Loading branch information
Showing
5 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...ger/src/main/java/org/openremote/manager/custom/telematics/TelematicsDeviceProcessor.java
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,9 @@ | ||
package org.openremote.manager.custom.telematics; | ||
|
||
/* | ||
* Interface to be implemented by all handlers for device-specific payload parsing of Telematics equipment. | ||
* | ||
* | ||
* */ | ||
public interface TelematicsDeviceProcessor { | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...s/TeltonikaAttributeProcessingHelper.java → ...s/TeltonikaAttributeProcessingHelper.java
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
2 changes: 1 addition & 1 deletion
2
manager/src/main/resources/META-INF/services/org.openremote.manager.mqtt.MQTTHandler
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 @@ | ||
org.openremote.manager.custom.teltonika.TeltonikaMQTTHandler | ||
org.openremote.manager.custom.telematics.processors.teltonika.TeltonikaMQTTHandler |
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