Advertisement
Guest User

Untitled

a guest
Mar 6th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. diff --git a/data/configuration.yaml b/data/configuration.yaml
  2. index 3ed7c1c..3cd1218 100644
  3. --- a/data/configuration.yaml
  4. +++ b/data/configuration.yaml
  5. @@ -13,8 +13,15 @@ mqtt:
  6. # MQTT server authentication, uncomment if required:
  7. # user: my_user
  8. # password: my_password
  9. + # Optional: MQTT client ID
  10. + client_id: 'ZB2MQTT'
  11.  
  12. # Serial settings
  13. serial:
  14. # Location of CC2531 USB sniffer
  15. - port: /dev/ttyACM0
  16. + port: /dev/ttyUSB_zb2mq
  17. +
  18. +# Optional: advanced settings
  19. +advanced:
  20. + # Optional: Logging level, options: debug, info, warn, error
  21. + log_level: debug
  22. \ No newline at end of file
  23. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
  24. index 5c7a0a3..1e561de 100644
  25. --- a/npm-shrinkwrap.json
  26. +++ b/npm-shrinkwrap.json
  27. @@ -4830,11 +4830,11 @@
  28. "chai": "*",
  29. "debounce": "*",
  30. "debug": "3.2.6",
  31. - "zcl-id": "https://github.com/koenkk/zcl-id/tarball/509f77ab620ece6ad8e83a008283457a5280c8db"
  32. + "zcl-id": "https://github.com/koenkk/zcl-id/tarball/master"
  33. },
  34. "dependencies": {
  35. "zcl-id": {
  36. - "version": "https://github.com/koenkk/zcl-id/tarball/509f77ab620ece6ad8e83a008283457a5280c8db",
  37. + "version": "https://github.com/koenkk/zcl-id/tarball/master",
  38. "integrity": "sha512-VzHMq1JqhdCVVLWBmCECLrkQMEY6DYL/0gp4GrsJbyQuBE4wcMGs0zAHhF9DxlWZ4eT6zkiH0e5z6hEhUSRLRA==",
  39. "requires": {
  40. "busyman": "^0.3.0",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement