gridplus-sdk
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "gridplus-sdk", | ||
"version": "0.1.1", | ||
"description": "SDK to interact with GridPlus agent devices", | ||
"version": "0.1.2", | ||
"description": "SDK to interact with GridPlus Lattice1 device", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "commit": "git-cz", |
@@ -13,1 +13,9 @@ # GridPlus Lattice1 SDK | ||
The documentation for this SDK can be found [here](https://gridplus-sdk.readthedocs.io). There you will find a complete quickstart guide and API docs for the above functionality. | ||
## Testing | ||
If you have a Lattice1 device that is connected to the internet, you can run the full test suite with: | ||
``` | ||
npm test | ||
``` |
46236
20