mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Update to serialport 6.2.2
This commit is contained in:
parent
ec4f5e1472
commit
5e96c46a7a
@ -13,7 +13,7 @@ const shepherdSettings = {
|
||||
},
|
||||
dbPath: data.joinPath('database.db'),
|
||||
sp: {
|
||||
baudrate: advancedSettings && advancedSettings.baudrate ? advancedSettings.baudrate : 115200,
|
||||
baudRate: advancedSettings && advancedSettings.baudrate ? advancedSettings.baudrate : 115200,
|
||||
rtscts: advancedSettings && (typeof(advancedSettings.rtscts) === 'boolean') ? advancedSettings.rtscts : true,
|
||||
},
|
||||
};
|
||||
|
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -205,11 +205,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"cc-znp": {
|
||||
"version": "git+https://github.com/Koenkk/cc-znp.git#0445c554344421498c1721b4a7fc84531b222cbf",
|
||||
"version": "git+https://github.com/Koenkk/cc-znp.git#cf1df71dfa0b62daf1d7f21bc0071ce56bffd1f0",
|
||||
"requires": {
|
||||
"debug": "2.6.9",
|
||||
"enum": "2.5.0",
|
||||
"serialport": "4.0.7",
|
||||
"serialport": "6.2.2",
|
||||
"stream-browserify": "2.0.1",
|
||||
"unpi": "1.1.0"
|
||||
}
|
||||
@ -2842,7 +2842,7 @@
|
||||
"requires": {
|
||||
"areq": "0.2.0",
|
||||
"busyman": "0.3.0",
|
||||
"cc-znp": "git+https://github.com/Koenkk/cc-znp.git#0445c554344421498c1721b4a7fc84531b222cbf",
|
||||
"cc-znp": "git+https://github.com/Koenkk/cc-znp.git#cf1df71dfa0b62daf1d7f21bc0071ce56bffd1f0",
|
||||
"debug": "2.6.9",
|
||||
"objectbox": "0.3.0",
|
||||
"proving": "0.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user