Skip to content

Commit

Permalink
Populate WB6 default config
Browse files Browse the repository at this point in the history
  • Loading branch information
lexszero committed Apr 13, 2017
1 parent cb40ab8 commit 4a93946
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions config.json.wb6
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,60 @@
{
"debug": false,
"ports": [
{

"path" : "/dev/ttyRS485-1",
"baud_rate": 9600,
"parity": "N",
"data_bits": 8,
"stop_bits": 2,
"poll_interval": 10,
"enabled": true,
"devices" : []
},
{

"path" : "/dev/ttyRS485-2",
"baud_rate": 9600,
"parity": "N",
"data_bits": 8,
"stop_bits": 2,
"poll_interval": 10,
"enabled": true,
"devices" : []
},
{

"path" : "/dev/ttyMOD1",
"baud_rate": 9600,
"parity": "N",
"data_bits": 8,
"stop_bits": 2,
"poll_interval": 10,
"enabled": false,
"devices" : []
},
{

"path" : "/dev/ttyMOD2",
"baud_rate": 9600,
"parity": "N",
"data_bits": 8,
"stop_bits": 2,
"poll_interval": 10,
"enabled": false,
"devices" : []
},
{

"path" : "/dev/ttyMOD3",
"baud_rate": 9600,
"parity": "N",
"data_bits": 8,
"stop_bits": 2,
"poll_interval": 10,
"enabled": false,
"devices" : []
}
]
}

0 comments on commit 4a93946

Please sign in to comment.