IncludeShowStat.txt 333 B

12345678910111213
  1. <div id="container-showstat"></div>
  2. <script type="text/javascript">
  3. $(function() {
  4. $("#container-showstat").load("%SCRIPTURLPATH{"rest"}%/RenderPlugin/tag",
  5. { name: 'SHOWSTAT',
  6. host: '%FORMFIELD{"DeviceIP" topic="%BASETOPIC%"}%',
  7. topic: '%BASEWEB%.%BASETOPIC%',
  8. web: '%BASEWEB%',
  9. render: true }
  10. );
  11. });
  12. </script>