Hi i have a small question on how to use tags , as i unfortunately i haven’t found the Docs in that case useful for me - it always was very useful
Tags
Tags feature allows you to group multiple devices. Tags are very useful in case you want to control few devices with 1 widget. For example, imagine a case when you have 3 smart bulbs and you want to turn on all those bulbs with one single click. You need to assign 3 devices to 1 tag and assign tag to button. That’s it.
Tag widgets also support state syncing. So you can get state of widget from your hardware. However you can’t update state of such widgets from hardware.
i have searched for the old posts for tags i didn’t find what i was searching for.
here is t
here is My Blynk Home automation digram
the current setup is every node has 3 relays every relay is attached to a Virtual pin
the questions is?
-
how can i add a group of virtual pins to a Tag ?
-
can one virtual pin has Multi Tags like one Virtual pin is belong to the
Lights
tag and also tolivingRoom
Tag? so i can have a button that switches all theLights
On/Off and another button that will switch the group belong tolivinRoom
Tag On/Off ? -
can Tags alos exposes to the restful API so instade of calling the server multiple time to switch a group of Virtual pins we can change the value of the Tag directly.
thanks