How can i add a blinking led in mashup instead of using a widget in ThingWorx 9.3?
Hello,
i have a code which is written in html , you can find the html code below.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="sty.css">
<script type="text/javascript">
$function () {
var $winHeight= (window).height()
$( '.container' ).height( $winHeight );
});
</script>
</head>
<body>
<div class="container">
<div class="led-box">
<div class="led-yellow"></div>
<p>Yellow LED</p>
</div>
</div>
</body>
</html
.
and I have a mashup ready where I have used toggle widget but instead of that can I use this blinking led using this program, is there any way to do so .
How can I do it ? please help if anyone have the solution .
Regards,
Shree

