HTML Tile Widget



Source


Event Handling
Example

Last updated
Was this helpful?
Was this helpful?
// Example
{
"key1":"Hello World !!!",
"key2":"My name is John"
}
// Here, 'key1' and 'key2' are the keys defined for HTML Tile widget..tile{ background-color: red; color: white;}
.tile2{ background-color: blue; color: white;}<div class="tile">{key1}</div>
<div class="tile2">{key2}</div>// Data over configured MQTT Topic
{
"key1":"Hello World !!!",
"key2":"My name is John"
}