Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1004 Bytes

File metadata and controls

21 lines (14 loc) · 1004 Bytes

ios_scripts

Scripts for IOS widgets to display data from Thingspeak

Please read the PDF file, here you will find the description for the setup.

In the file test_more.js two more parameters have to be passed for drawing the graph. Between the parameters min and max the graph will be drawn. In the original file starter_original.js the values for scaling were obtained from the supplied data. This is not advantageous for a meaningful representation.

These parameters are passed separately with "|".

Example: 1278463|1|results=30|0|100

  • Channel ID
  • Field
  • Number of records
  • max line
  • min line

The example represents all values in the scaling 0 to 100. The color of the graph can be changed in line 54. (#46afd5)

test_more2.js (max and min line number or a for automatic)