Skip to content

Commit

Permalink
Merge pull request #6 from c5n/c5n/release_0_11
Browse files Browse the repository at this point in the history
C5n/release 0 11
  • Loading branch information
c5n authored Jan 11, 2021
2 parents 9197641 + f1c9c5f commit 55dc667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openhab_connector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class Sitemap
{
JsonVariant v = getWidget(index);

float retval = 0.0f;
float retval = 100.0f;

if (v["maxValue"])
retval = v["maxValue"].as<float>();
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define VERSION_H

#define VERSION_MAJOR 0
#define VERSION_MINOR 10
#define VERSION_MINOR 11

#endif

0 comments on commit 55dc667

Please sign in to comment.