This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
start [2018/08/07 17:18] Niek Added read action |
start [2018/08/18 11:06] Niek Added ROUND function |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== 3rd Party Modules ===== | ===== 3rd Party Modules ===== | ||
- | Due to it's modular structure, pilight can be easily extended by providing additional modules. This page lists the modules that are available together with installation information. | + | Due to its modular structure, pilight can be easily extended by providing additional modules. This page lists the modules that are available together with installation information. |
Please note that the modules below have been created by pilight users. They are not part of the pilight package and support for these modules has to be provided by their creators. **So do not report any issues with these modules as pilight issues!** | Please note that the modules below have been created by pilight users. They are not part of the pilight package and support for these modules has to be provided by their creators. **So do not report any issues with these modules as pilight issues!** | ||
Line 48: | Line 48: | ||
|FIND|Returns the number of occurrences of one string in another string|v8.1.1|[[docu_find|documentation]]|[[function_find|FIND]]| | |FIND|Returns the number of occurrences of one string in another string|v8.1.1|[[docu_find|documentation]]|[[function_find|FIND]]| | ||
|FORMAT|Format a number into a string|v8.1.1|[[docu_format|documentation]]|[[function_format|FORMAT]]| | |FORMAT|Format a number into a string|v8.1.1|[[docu_format|documentation]]|[[function_format|FORMAT]]| | ||
+ | |EXTRACT|Extract value from http query string|v8.1.1|[[docu_extract|documentation]]|[[function_extract|EXTRACT]]| | ||
+ | |ROUND|Rounds a number|v8.1.1|[[docu_round|documentation]]|[[function_round|ROUND]]| | ||
+ | |||
=== Event Operators === | === Event Operators === |