nymea-plugins-genericthings/genericelements
Jenkins c28bf6a407 Merge PR #127: GenericElements: Fix toggle button writable state 2019-07-22 12:17:14 +02:00
..
translations Automatic translations update by Jenkins 2019-05-02 15:00:37 +02:00
README.md Migrate generic elements plugin documentation 2019-06-21 17:39:11 +02:00
deviceplugingenericelements.cpp Merge PR #127: GenericElements: Fix toggle button writable state 2019-07-22 12:17:14 +02:00
deviceplugingenericelements.h Update according to new API 2019-07-04 13:42:09 +02:00
deviceplugingenericelements.json Merge PR #100: Rename vendor "guh GmbH" to "nymea" 2019-05-02 11:56:16 +02:00
genericelements.pro rename to nymea 2019-04-02 18:28:53 +02:00

README.md

Generic elements

The generic elements plugin allows you create virtual buttons, which can be connected with a rule. This gives you the possibility to execute multiple actions with one signal. Without a rule this generic elements are useless.

Toggle Button

With the "Toggle Button" you can create a button with one action toggle. In the state you can find out, what happens if the button will be pressed. The states can be true or false.

Button

With the "Button" you can create a button with one action press. This button just creates one event.

ON/OFF Button

With the "ON/OFF Button" you create a button pair with the actions ON and OFF.