IncludeSyncStat.txt 383 B

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