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

[switch] Fixed switch behavior and default settings. #675

Merged
merged 1 commit into from
Jan 5, 2018

Commits on Jan 4, 2018

  1. [switch] Fixed switch behavior and default settings.

    As described in letscontrolit#673 .
    The problem was partly related to the default values stored in flash ("0"), which was not a valid value for the switch type.
    
    When upgrading from an older version of ESPeasy, make sure to check the switch type (normal switch or dimmer) and save the settings for the switch device again, even when nothing was changed.
    Default configuration and new added switches will now work like intended.
    
    When a controller is enabled (e.g. Domoticz MQTT or -HTTP) and the button is pressed multiple times, the ESP may reboot. See issue letscontrolit#674.
    TD-er committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    872811e View commit details
    Browse the repository at this point in the history