How can I check if a specific value of a variable has already been sent to the bucket?
Hi Emerson,
Thank you for your inquiry.
To check if a variable has arrived into your bucket, you go to the “Buckets” module, select the device that is sending the variables, and then click in the “Variables” tab on the top.
You should be able to see the list of variables sent to that bucket. If you don’t see any variables it is possible that none arrived yet.
Best regards,
Hi Thiago,
thanks for the answer,
mas eu preciso de uma forma em analyse, de como verificar se um valor especifico já foi enviado para a variavel no bucket, no caso, verdadeiro ou falso.
Hi Emerson, I will make an example so it gets easier to understand. Let’s say that you want to check if the variable “door_status” is ever false. Then a possible approach would be the following steps:
-
Sensor sends the variable “door_status”
-
Action which watches for that variable will be triggered.
(Notice that you will need to create a action of type variable) -
Analysis will do the verification and take the correct action depending.
(Notice that you will need to create an analysis)
Hope I could help you to get the concept.
-Guilherme
Hello everyone.
I would like an example of verification of how I could get a value that is already in the bucket and the value that the device just sent, I think it became clearer.