Menu
Datastream
Widget Controls
How to process widget with the hardware
Reading the widget value(s)
BLYNK_WRITE {
switch (param.asInt()) {
case 0: { // Item 1
Serial.println("Item 1 selected");
break;
}
case 1: { // Item 2
Serial.println("Item 2 selected");
break;
}
}
}Changing button state
Change Widget Properties
Properties you can change
Change Widget Label
Set Widget Color
Disable/Enable
Show/Hide
Change widget properties via HTTPs API
Updates the Datastream Property and all assigned Widgets
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Sync to the latest known state
Last updated
Was this helpful?

