heatseeknyc / relay

web app for setting up sensors, receiving and storing their data, and viewing it
0 stars 2 forks source link

tool or instructions for adding v1.5 xbees #18

Closed williamcodes closed 8 years ago

williamcodes commented 8 years ago

We have a couple dozen xbees running v1.5 and need a way to register them. A user interface would be awesome. A script would work too and be a lot faster to make. We'd probably want it to accept a CSV. As a stopgap, what is the SQL command you use to do this?

williamcodes commented 8 years ago

Hmm, looks like this is a duplicate of #17. My memory is shockingly bad.

williamcodes commented 8 years ago

But wait, this is a separate issue! How do you add the version? The other comment was about adding xbees for hubs, not xbees for v1.5 cells.

hrldcpr commented 8 years ago
insert into cells (id, version) values ('0013a20040c17fb8', 'v0.5');