Skip to content

Commit

Permalink
Bump to next version 1.0.6, fix vaillant.energy4 template
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian S committed Jan 30, 2020
1 parent 3f20d94 commit 6cad208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS library configuration</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-configuration</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<url>https://github.com/csowada/ebus-configuration</url>
<packaging>bundle</packaging>

Expand All @@ -17,7 +17,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<license.year>2020</license.year>
<bundle.version>1.0.5.${maven.build.timestamp}</bundle.version>
<bundle.version>1.0.6.${maven.build.timestamp}</bundle.version>
</properties>

<organization>
Expand Down Expand Up @@ -249,7 +249,7 @@
<dependency>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/commands/vaillant-templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
]},

{"name":"energy4", "template": [
{"name": "value", "type": "uchar", "length": 4, "format": "%s kWh"}
{"name": "value", "type": "unumber", "length": 4, "format": "%s kWh"}
]},

{"name":"hfrom", "template": [
Expand Down

0 comments on commit 6cad208

Please sign in to comment.