Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[velbus] Fix typo in the Counter Channel name for VMB7IN #11553

Merged
merged 19 commits into from
Nov 12, 2021
Merged

[velbus] Fix typo in the Counter Channel name for VMB7IN #11553

merged 19 commits into from
Nov 12, 2021

Commits on May 9, 2021

  1. [velbus] Add new functionality PRESSED and LONG PRESSED and fix bug

    New functionnality :
    Add the the possibility to simulate the PRESSED and LONG PRESSED message of an input.
    
    Module supported with button simulation :
    VMB1RYS (button : CH6)
    VMB6IN (buttons : CH1 ... CH6)
    VMB2PBN, VMB6PBN, VMB7IN, VMB8IR, VMB8PB, VMB8PBU, VMBEL1, VMBEL2, VMBEL4, VMBGP1, VMBGP1-2, VMBGP2, VMBGP2-2, VMBGP4, VMBGP4-2, VMBGP4PIR, VMBGP4PIR-2 (buttons : CH1 ... CH8)
    VMBELO, VMBGPOD, VMBGPOD-2 (buttons : CH1 ... CH32)
    
    Fix bug :
    
    The channels names were not correctly assigned to the thing properties. The last channel had the default name, not the one retrieved from the module.
    
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Rosen01 committed May 9, 2021
    Configuration menu
    Copy the full SHA
    3083683 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    5f94ac6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    00d5ed4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    2dcc9f9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Configuration menu
    Copy the full SHA
    87e9f03 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Update bundles/org.openhab.binding.velbus/README.md

    Co-authored-by: cedricboon <cedric.boon@hotmail.com>
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Rosen01 and cedricboon committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2bac824 View commit details
    Browse the repository at this point in the history
  2. Update bundles/org.openhab.binding.velbus/README.md

    Co-authored-by: cedricboon <cedric.boon@hotmail.com>
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Rosen01 and cedricboon committed May 24, 2021
    Configuration menu
    Copy the full SHA
    caa6941 View commit details
    Browse the repository at this point in the history
  3. Update bundles/org.openhab.binding.velbus/README.md

    Co-authored-by: cedricboon <cedric.boon@hotmail.com>
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Rosen01 and cedricboon committed May 24, 2021
    Configuration menu
    Copy the full SHA
    17adb6e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    90d2a4b View commit details
    Browse the repository at this point in the history
  2. Add trigger on channel when using button simulation

    Remove uneeded  Thread.sleep in code.
    Trigger the events PRESSED, LONG_PRESSED, RELEASED on the linked trigger channel when using the button simulation.
    
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Rosen01 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    9283910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12ecb55 View commit details
    Browse the repository at this point in the history
  4. Fix redundant superinterface DiscoveryService

    Redundant superinterface DiscoveryService for the type VelbusThingDiscoveryService, already defined by AbstractDiscoveryService.
    
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Rosen01 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    e9456f0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    9f7aac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81608d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    a95c81e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    cdc463f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    4ce4a83 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    85f1ca5 View commit details
    Browse the repository at this point in the history
  2. Fix bug #11521

    Typo in the Counter Channel name for VMB7IN.
    
    Signed-off-by: Daniel Rosengarten <github@praetorians.be>
    Rosen01 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    94741a1 View commit details
    Browse the repository at this point in the history