homebridge-syntex-ui
Advanced tools
Comparing version 1.0.0-b107 to 1.0.0-b108
{ | ||
"name": "homebridge-syntex-ui", | ||
"version": "1.0.0-b107", | ||
"version": "1.0.0-b108", | ||
"description": "A plugin to control SynTex accessories: https://github.com/SynTexDZN/homebridge-syntex-ui", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -10,5 +10,10 @@ const version = 'v1.0.0'; | ||
caches.open(version).then((cache) => cache.match(new Request('/cache/push')).then((res) => { | ||
console.debug('[ServiceWorker] Lade aus Cache:', res); | ||
})); | ||
event.waitUntil(caches.open('config').then((cache) => { | ||
cache.put('/permissions', new Response('Demo', { status : 400 })); | ||
cache.put('/cache/push', new Response(JSON.stringify({ badgeCounter : 0 }), { status : 400 })); | ||
})); | ||
@@ -15,0 +20,0 @@ /* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106532410
12310