Line 1: Line 1:
<html>
+
=Device Details=
<script src="https://gist.github.com/Xplorer001/56256fb66a7b4c9c7407.js"></script>
+
<syntaxhighlight>
</html>
+
[
 +
  {
 +
    "id": "4",
 +
    "user_id": "2",
 +
    "name": "EE unit 4",
 +
    "product_id": "STAR0004",
 +
    "location": "",
 +
    "configuration":{
 +
      "lines":"2" ,
 +
      "brightness":"100",
 +
      "current_message":"hello world",
 +
      "scroll_speed":"6",
 +
      "font":"arial"
 +
    },
 +
    "created_at": "2015-12-28 14:27:07",
 +
    "updated_at": "2015-12-28 14:27:07"
 +
  }
 +
]
 +
</syntaxhighlight>

Revision as of 19:31, 30 December 2015

Device Details

  1. [
  2. {
  3. "id": "4",
  4. "user_id": "2",
  5. "name": "EE unit 4",
  6. "product_id": "STAR0004",
  7. "location": "",
  8. "configuration":{
  9. "lines":"2" ,
  10. "brightness":"100",
  11. "current_message":"hello world",
  12. "scroll_speed":"6",
  13. "font":"arial"
  14. },
  15. "created_at": "2015-12-28 14:27:07",
  16. "updated_at": "2015-12-28 14:27:07"
  17. }
  18. ]