Skip to content

Commit

Permalink
Fix #1 ES6 MvP with connect/disconnect/config
Browse files Browse the repository at this point in the history
  • Loading branch information
boly38 committed Mar 8, 2024
1 parent 2609210 commit 92d1e3e
Show file tree
Hide file tree
Showing 13 changed files with 2,046 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LO_MQTT_ENDPOINT=mqtt.platform.com
LO_MQTT_DEVICE_API_KEY=xxxxxxxxxxxx
LO_MQTT_DEVICE_ID=lo-mqtt-nodejs
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# IntelliJ
.idea
*.iml

# Npm
node_modules/

# secret
.env

# custom
*.dontpush.*

# app temp files
lastFirmware.raw
Loading

0 comments on commit 92d1e3e

Please sign in to comment.