Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

[mqtt] Rollershutter STOP command, outgoing transform, chained incoming transformations #6695

Merged
merged 3 commits into from
Jan 18, 2019

Commits on Jan 17, 2019

  1. MQTT: Rollershutter STOP command, outgoing transform

    The Rollershutter channel stores its value as percentage.
    UP/DOWN/STOP commands received via MQTT do not change that state.
    
    Instead of trying to handle those commands, they are now
    posted to the framework.
    
    * Allow outgoing transformations.
    * Allow chained incoming transformations.
    * Add more examples to the readme.
    
    Signed-off-by: David Gräff <david.graeff@web.de>
    David Gräff committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    58ab2cc View commit details
    Browse the repository at this point in the history
  2. PercentageChannel: Return value between min and max. Homie: Remove ha…

    …ndling completely. Readme: Add retain and isCommand and some more mqtt1 details. Rollershutter: Fix
    
    Signed-off-by: David Graeff <david.graeff@web.de>
    David Graeff committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    8da0bb0 View commit details
    Browse the repository at this point in the history
  3. Fix tests. Add more tests for percentageValue. NumberValue: Check for…

    … min/max
    David Graeff committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    561fe5b View commit details
    Browse the repository at this point in the history