@camstack/addon-provider-wyze 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icon.svg +4 -8
- package/package.json +1 -1
package/assets/icon.svg
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="
|
|
2
|
-
<rect width="64" height="64" rx="14" fill="#
|
|
3
|
-
<g
|
|
4
|
-
<
|
|
5
|
-
<path d="M32 26c6-10 18-7 18 0 0 5-7 6-12 5"/>
|
|
6
|
-
<path d="M38 32c10 6 7 18 0 18-5 0-6-7-5-12"/>
|
|
7
|
-
<path d="M32 38c-6 10-18 7-18 0 0-5 7-6 12-5"/>
|
|
8
|
-
<path d="M26 32c-10-6-7-18 0-18 5 0 6 7 5 12"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="Wyze">
|
|
2
|
+
<rect width="64" height="64" rx="14" fill="#00C2A8"/>
|
|
3
|
+
<g transform="translate(8 8) scale(2)">
|
|
4
|
+
<path fill="#fff" d="M5.475 13.171 7.3 9.469h.974L5.779 14.53h-.608l-1.034-2.082-1.034 2.082h-.609L0 9.469h.973l1.826 3.673.851-1.706-.973-1.967h.973l1.825 3.702Zm8.457-3.702-2.251 3.442v1.591h-.882v-1.591L8.517 9.469h1.034l1.673 2.545 1.673-2.545h1.035Zm5.444 4.194H24v.867h-4.624v-.867Zm0-4.194H24v.868h-4.624v-.868Zm0 2.083H24v.867h-4.624v-.867Zm-.273-2.083-3.438 4.223h3.133v.838H13.84l3.407-4.222h-3.042v-.839h4.898Z"/>
|
|
9
5
|
</g>
|
|
10
6
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-wyze",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Wyze camera device-provider addon for CamStack — wraps the @apocaliss92/wyze-bridge-js P2P/DTLS client, feeding the stream-broker via the pull-rfc4571 lazy-publish path (a structural twin of addon-provider-reolink)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|