1.0.15 • Published 7 years ago

corrently-iot-jquery v1.0.15

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

corrently-iot-jquery

HitCount Join the chat at https://gitter.im/corrently/iot

JQuery Extension (Plugin) to bind IoT devices to a Corrently UI.

This JQuery extension will replace the html code of a DOM Element with values from an IoT Device. Purpose of this extension to jquery is to easy work with /things-values/ within a corrently based UI/dashboard.

HTML - Install

Insert script tag after JQuery Include

<script src="https://unpkg.com/corrently-iot-jquery@latest/index.js"></script>

IoT Data

HTML - Code

  <span class="iot" data-iot="0x12345678" data-subscribe="20">-</span>

Javascript - Code

$(document).ready(function() {
  $('.iot').iot();
});

HTML Attributes

data-iot set the device address

data-subscribe refresh value every x seconds

Corrently Wallet Data

HTML - Code

  <span class="account" data-account="0x12345678" data-field="totalConsumption">-</span>

Javascript - Code

$(document).ready(function() {
  $('.account').account();
});

HTML Attributes

data-account set the wallet account

data-field field to set as given by Corrently API Endpoint (meteredconsumption, convertedSupply, generation, ...)

Contributing

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago