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 09:37] Niek Added FIND function |
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 38: | Line 38: | ||
|http|Perform GET and POST actions|v8.1.1|[[docu_http|documentation]]|[[action_http|http]]| | |http|Perform GET and POST actions|v8.1.1|[[docu_http|documentation]]|[[action_http|http]]| | ||
|write|Write text to a file|v8.1.1|[[docu_write|documentation]]|[[action_write|write]]| | |write|Write text to a file|v8.1.1|[[docu_write|documentation]]|[[action_write|write]]| | ||
+ | |read|Read all text from a file into a label|v8.1.1|[[docu_read|documentation]]|[[action_read|read]]| | ||
|set|Set, update or delete a variable|v8.1.1|[[docu_set|documentation]]|[[action_set|set]]| | |set|Set, update or delete a variable|v8.1.1|[[docu_set|documentation]]|[[action_set|set]]| | ||
Line 46: | Line 47: | ||
|GETVAR|Retrieve value from variable|v8.1.1|[[docu_getvar|documentation]]|[[function_gevar|GETVAR]]| | |GETVAR|Retrieve value from variable|v8.1.1|[[docu_getvar|documentation]]|[[function_gevar|GETVAR]]| | ||
|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]]| | ||
+ | |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 === |