@Xoma What is invoke:result
?
The last return result.
Any examples?
You can use it through extra function.
What do you mean by last result?
Any Blocks Explanation
Iβm using the βNotification Styleβ extension and Iβm getting it to display the notification just right, but Iβd like to know how do I change the color and change the image
How do you want to change the colour?
You can just set them�
Hi, you cannot directly use them, you will have to pass them to a function and handle them.
-
how to assign a value to a variable after calling a function ?
-if the function does not have a βregister eventβ.
-if the function is called multiple times. -
how to assign a variable to IN function ?
Hi, what do you want to achieve with the extension?
Hi,
- It is necessary to compare the received value (obtained from TinyDB). 2. If this value is incorrect, then display a notification. 3. Do it periodically. Now I canβt compare the value of the variable obtained from TinyDB, because there is NO access to it.
*I canβt pass a value from TinyDB to a variable for later comparison if I do it periodically.
*if you do this in a loop (get a value from TinyDB), then it is impossible to pass the received value to a variable.
I will help you when I get some free time.
QuotesJson.aia (469.7 KB)
If your trying to decode a JSON from web and show in a notification, I had created a similar example for @72erdelyi.
QuotesJson.aia (469.7 KB)
Thank you, but before showing the notification, you need to compare it with the value from TinyDB. The problem is that it is impossible to save the received value from TinyDB to a variable IN a LOOP.
Currently, you cant use loops in my extension but try out the AIA, make sure to upgrade the Aix in that.
You should/will get some idea of how my extension works.
I mean LOOP = βregisterEventβ from Timer))))