Web Dashboard for Origins Laser Egg 镭豆智能空气质量检测仪
Each Laser Egg has a unique UDID. But the API uses another ID called Laser Egg ID. You will call manufacturer’s API to get the laser_egg_id
.
- Go to Kaiterra app and click details icon, a > in a circle.
- Click configure icon, a gear in a circle.
- In the Device Information section, you will find a blue copy. Click on this to copy the UDID string.
- configure your Laser Egg's UDID:
cd src
cp config.sample.js config.js
repalce YOUR Laser Egg timeId
with your Laser Egg's UDID.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build