Skip to content

Instantly share code, notes, and snippets.

@ppelleti
Created September 19, 2015 05:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ppelleti/ca99dfa1a9563e71d211 to your computer and use it in GitHub Desktop.
LIFX product table in an easy-to-consume format
[
{
"Color": "Yes",
"Name": "Original 1000",
"Product ID": "1",
"Vendor ID": "1"
},
{
"Color": "Yes",
"Name": "Color 650",
"Product ID": "3",
"Vendor ID": "1"
},
{
"Color": "No",
"Name": "White 800 (Low Voltage)",
"Product ID": "10",
"Vendor ID": "1"
},
{
"Color": "No",
"Name": "White 800 (High Voltage)",
"Product ID": "11",
"Vendor ID": "1"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment