-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (klein0r) Added variable timeout block
* (klein0r) Added `getInterval` and `getTimeout` blocks * (klein0r) Added `sendTo` for scripts and message trigger blocks
- Loading branch information
1 parent
b6e104f
commit e2c439e
Showing
7 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
- [Send to pushover](#send-to-pushover) | ||
- [Send email](#send-email) | ||
- [Custom sendTo block](#custom-sendto-block) | ||
- [Send to other script](#send-to-other-script) | ||
- [Date and Time blocks](#date-and-time-blocks) | ||
- [Time comparision](#time-comparision) | ||
- [Actual time comparision](#actual-time-comparision) | ||
|
@@ -51,6 +52,7 @@ | |
- [CRON rule](#cron-rule) | ||
- [Trigger on file update](#trigger-on-file-update) | ||
- [Cancel event on file update](#cancel-event-on-file-update) | ||
- [Trigger on script event](#trigger-on-script-event) | ||
- [Timeouts](#timeouts) | ||
- [Wait/Pause](#wait) | ||
- [Delayed execution](#delayed-execution) | ||
|
@@ -1129,10 +1131,16 @@ sendTo("sql.0", "getHistory", { | |
}); | ||
``` | ||
|
||
If you start value with "{" it will be interpreted as JSON string. Use double quotes in string. | ||
If you start value with `{` it will be interpreted as JSON string. Use double quotes in string. | ||
|
||
### Send to other script | ||
![Send to other script](img/sendto_otherscript_1_en.png) | ||
|
||
With this block you can send message to other script and this message could be processed by [Event - receive message](#trigger-on-script-event) block. | ||
|
||
|
||
## Date and Time blocks | ||
### Time comparision | ||
### Time comparison | ||
![Time comparision](img/datetime_compare_ex_en.png) | ||
|
||
If used operator "between" or "not between", the block looks like this: | ||
|
@@ -1790,6 +1798,11 @@ With this block you can unsubscribe from events by file update. | |
|
||
**Important**: this functionality is only available with [email protected] or newer. | ||
|
||
### Trigger on script event | ||
![Trigger on script event](img/trigger_onScript_en.png) | ||
|
||
With this block you can subscribe on inter-scripts events and execute some action. | ||
|
||
## Timeouts | ||
### Wait/Pause | ||
With this simple block you can pause the execution of blocks. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters