merkaba

Untitled

Mar 10th, 2020
2,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "server": {
  3. "port": 8080,
  4. "origin": "*",
  5. "autostart": 0,
  6. "home_setup_id": "X-blah",
  7. "polling_seconds": 5
  8. },
  9. "client": {
  10. "default_route": "status",
  11. "inactive_logoff": 30,
  12. "theme": "hoobs-dark",
  13. "locale": "en",
  14. "temp_units": "fahrenheit",
  15. "country_code": "US",
  16. "postal_code": "03281"
  17. },
  18. "bridge": {
  19. "name": "HOOBS",
  20. "port": 51826,
  21. "pin": "blah",
  22. "username": "blah"
  23. },
  24. "description": "",
  25. "ports": {},
  26. "accessories": [],
  27. "platforms": [
  28. {
  29. "platform": "SmartThings-v2",
  30. "plugin_map": {
  31. "plugin_name": "homebridge-smartthings-v2"
  32. },
  33. "name": "SmartThings-v2",
  34. "direct_port": 8000,
  35. "local_commands": true,
  36. "temperature_unit": "F",
  37. "validateTokenId": false,
  38. "disableErrorReporting": false,
  39. "logConfig": {
  40. "debug": false,
  41. "showChanges": true,
  42. "hideTimestamp": true,
  43. "hideNamePrefix": true,
  44. "file": {
  45. "enabled": true,
  46. "level": "Good"
  47. }
  48. },
  49. "app_url": "https://graph-na02-useast1.api.smartthings.com:443/api/smartapps/installations/",
  50. "app_id": "blah",
  51. "access_token": "blah"
  52. },
  53. ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment