You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am specifically getting this error (Expecting ',', ']', got 'EOF') on the last line. I just can't seem to figure out how to correct this issue. Any help you can offer would be most appreciated.
The text was updated successfully, but these errors were encountered:
Here's my existing config. Which passes the jsonlint.com test.
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
}
And here is my best attempt at incorporating the amazondash config into my file. But I keep getting error's from jsonlint.com
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
}
I am specifically getting this error (Expecting ',', ']', got 'EOF') on the last line. I just can't seem to figure out how to correct this issue. Any help you can offer would be most appreciated.
The text was updated successfully, but these errors were encountered: