How can i add a blinking led in mashup instead of using a widget in ThingWorx 9.3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi ,
Thanks for the reply , i have used custom css to do that.
Regards,
Shree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @NH_shree,
Have you tried using the LED Display Widget instead of the Toggle widget?
Regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @DDabrowski ,
Yes i used LED Display but it is used to display the number , but i need the output llike blinking led light for which i have the separate code as mentioned above
Regards,
Shree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I am not sure, but we can use any led blinking gif image.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi ,
Thanks for the reply , i have used custom css to do that.
Regards,
Shree
