https://github.com/hackuarium/legoino-device-information
https://github.com/hackuarium/legoino-device-information
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackuarium/legoino-device-information
- Owner: Hackuarium
- License: mit
- Created: 2018-08-16T05:40:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T00:30:14.000Z (over 2 years ago)
- Last Synced: 2025-02-18T17:51:23.011Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://hackuarium.github.io/legoino-device-information/
- Size: 1.31 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# legoino-device-information
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![npm download][download-image]][download-url]
Device information for all our arduino derived projects
## Installation
`$ npm install legoino-device-information`
## [API Documentation](https://hackuarium.github.io/legoino-device-information/)
## Example
```js
const legoinoDeviceInformation = require('legoino-device-information');
```
## Device ID
Depending the first letter of the device ID we can guess what kind of device it is. All the devices are expected to have a unique ID.
- `B`: Beemos device
- `C`: Computer
- `$`: OpenBio
- `6`: OpenBio6
- `S`: OpenSpectro
- `T`: SimpleSpectro
- `#`: Solar2015
- `P`: PHMeter
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/legoino-device-information.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/legoino-device-information
[travis-image]: https://img.shields.io/travis/cheminfo-js/legoino-device-information/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/cheminfo-js/legoino-device-information
[codecov-image]: https://img.shields.io/codecov/c/github/cheminfo-js/legoino-device-information.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/cheminfo-js/legoino-device-information
[david-image]: https://img.shields.io/david/cheminfo-js/legoino-device-information.svg?style=flat-square
[david-url]: https://david-dm.org/cheminfo-js/legoino-device-information
[download-image]: https://img.shields.io/npm/dm/legoino-device-information.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/legoino-device-information