Update zigbee-shepherd-converters to 0.1.10.

This commit is contained in:
Koenkk
2018-05-31 19:21:31 +02:00
parent d6c7e75e22
commit 3377853dab
2 changed files with 8 additions and 7 deletions
+1
View File
@@ -229,6 +229,7 @@ const mapping = {
'AA69697': [configurations.light_brightness_colortemp_xy],
'HALIGHTDIMWWE27': [configurations.light_brightness],
'AB3257001NJ': [configurations.switch],
'8718696449691': [configurations.light_brightness],
};
// A map of all discoverd devices
+7 -7
View File
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"acorn": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.5.3.tgz",
"integrity": "sha512-jd5MkIUlbbmb07nXH0DT3y7rDVtkzDi4XZOUVWAer8ajmF/DTSSbl5oNFyDOl/OXA33Bl79+ypHhl2pN20VeOQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.6.0.tgz",
"integrity": "sha512-QatFQ4C0n+PLqemyC6zXEv04tSqRR0hRqe+uGKPEVgKe2G8kl8wJvHzRYWwz6vqqEqt6idPVMFojZ4P1zlyAzQ==",
"dev": true
},
"acorn-jsx": {
@@ -589,7 +589,7 @@
"integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==",
"dev": true,
"requires": {
"acorn": "5.5.3",
"acorn": "5.6.0",
"acorn-jsx": "3.0.1"
}
},
@@ -2810,9 +2810,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-0.1.9.tgz",
"integrity": "sha512-tv/rra+gTW3OfrE5ZeRqITU45QtC+CrP65zXDzZ6SXCydMjAUjTGMh3zbkOgCCCFfvM3pG2Xy1Qr8qEvPz2J1A==",
"version": "0.1.10",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-0.1.10.tgz",
"integrity": "sha512-jqguRUcc3SZdHkXXTnH3hSOV+8DNrzWxMiYNHz6Crbpn919x4N96PG/gRy4JrNLrwaBWM3Y9h56EkrB4VuldLQ==",
"dependencies": {
"acorn": {
"version": "5.5.3",