Difference between revisions of "Starling API"
Line 1: | Line 1: | ||
− | < | + | =Device Details= |
− | + | <syntaxhighlight> | |
− | </ | + | [ |
+ | { | ||
+ | "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
[ { "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" } ]