asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
55 stars 27 forks source link

StringFormatter: possibility to revert to default value after sending #296

Closed klues closed 5 years ago

klues commented 5 years ago

I needed to send a formatted string via the serial port which is formatted like this: <mousePosX> <mousePosY> <mouseFn> <key1> <key2> <key3>;

and used the StringFormatter plugin to achieve this format. However I needed a possiblity to send some properties only once, like e.g. "mouseFn", which should trigger an action exactly once. To achieve this, this PR adds the possibilty to reset the ports to the default value, after another value was sent, triggered by the corresponding input port.

for details see updated documentation, which will be added soon to this PR.

klues commented 5 years ago

updated documentation with d62c089

deinhofer commented 5 years ago

:+1: