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

Enable and disable logics #108

Merged
merged 11 commits into from
Sep 1, 2016
Merged

Commits on Nov 16, 2014

  1. - add enabled flag to logic (defaults to True) and do not trigger log…

    …ic if flag is False
    
    - add enable() and disable() method to logic
    ohinckel committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    84ed374 View commit details
    Browse the repository at this point in the history
  2. - add "el"/"dl" command to CLI plugin to disable or enable logic

    - show current status in logic listing command "lo"/"ll"
    ohinckel committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    0c84dac View commit details
    Browse the repository at this point in the history
  3. - extend "logic" command with "enabled" attribute which can be used t…

    …o enable/disable logic in visu
    ohinckel committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    b00e529 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

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

Commits on Dec 27, 2014

  1. - remove debugging code

    ohinckel committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    f0a78fd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

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

Commits on Aug 20, 2016

  1. Merge branch 'develop' into dev-logic-switch

    Conflicts:
    	plugins/cli/README.md
    	plugins/cli/__init__.py
    ohinckel committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    f95bde7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed8182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d455b7 View commit details
    Browse the repository at this point in the history
  4. - fix condition check for "logic" command doing nothing when not all

      parameters are specified; currently only "name" is required
    ohinckel committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    d794821 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

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