Skip to content

Commit

Permalink
Minor fixes to PR 92 (#93)
Browse files Browse the repository at this point in the history
* Remove Learn bit handling from EEP, as it's handled internally.

* Minor, unifying change to A5-10-06 SLSW descriptions.

* Allow Python nightly build to fail.

* Bump version to 0.50.1
  • Loading branch information
kipe committed Apr 17, 2019
1 parent 5b7db76 commit 99fa03f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ script:
sudo: false
matrix:
fast_finish: true
allow_failures:
- python: nightly

after_success:
- pylint enocean -d line-too-long
Expand Down
12 changes: 2 additions & 10 deletions enocean/protocol/EEP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,6 @@
<max>40</max>
</scale>
</value>
<enum shortcut="LRNB" description="LRN Bit" offset="28" size="1">
<item description="Teach-in telegram" value="0" />
<item description="Data telegram" value="1" />
</enum>
<enum shortcut="OCC" description="Occupancy Button" offset="31" size="1">
<item description="Button pressed" value="0" />
<item description="Button released" value="1" />
Expand Down Expand Up @@ -672,13 +668,9 @@
<max>40</max>
</scale>
</value>
<enum shortcut="LRNB" description="LRN Bit" offset="28" size="1">
<item description="Teach-in telegram" value="0" />
<item description="Data telegram" value="1" />
</enum>
<enum shortcut="SLSW" description="Slide switch" offset="31" size="1">
<item description="Position I / Night /Off" value="0" />
<item description="Position O / Day /On" value="1" />
<item description="Position I / Night / Off" value="0" />
<item description="Position O / Day / On" value="1" />
</enum>
</data>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='enocean',
version='0.50.0',
version='0.50.1',
description='EnOcean serial protocol implementation',
author='Kimmo Huoman',
author_email='kipenroskaposti@gmail.com',
Expand Down

0 comments on commit 99fa03f

Please sign in to comment.