zigbee-herdsman-converters 25.40.0 → 25.41.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "25.40.0",
3
+ "version": "25.41.0",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,3 +0,0 @@
1
- import type { DefinitionWithExtend } from "../lib/types";
2
- export declare const definitions: DefinitionWithExtend[];
3
- //# sourceMappingURL=slc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slc.d.ts","sourceRoot":"","sources":["../../src/devices/slc.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAEvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAS7C,CAAC"}
@@ -1,50 +0,0 @@
1
- "use strict";
2
- // Scandinavian Lighting Concept / The Light Group AS
3
- // http://tlg.no/slc
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
- Object.defineProperty(o, "default", { enumerable: true, value: v });
17
- }) : function(o, v) {
18
- o["default"] = v;
19
- });
20
- var __importStar = (this && this.__importStar) || (function () {
21
- var ownKeys = function(o) {
22
- ownKeys = Object.getOwnPropertyNames || function (o) {
23
- var ar = [];
24
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
25
- return ar;
26
- };
27
- return ownKeys(o);
28
- };
29
- return function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- })();
37
- Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.definitions = void 0;
39
- const m = __importStar(require("../lib/modernExtend"));
40
- exports.definitions = [
41
- {
42
- zigbeeModel: ["S32052"],
43
- model: "S32052",
44
- vendor: "SLC",
45
- description: "SmartOne Driver CC 2CH 350-1500mA TW 50W",
46
- ota: true,
47
- extend: [m.light({ colorTemp: { range: [160, 450] } })],
48
- },
49
- ];
50
- //# sourceMappingURL=slc.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slc.js","sourceRoot":"","sources":["../../src/devices/slc.ts"],"names":[],"mappings":";AAAA,qDAAqD;AACrD,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,uDAAyC;AAG5B,QAAA,WAAW,GAA2B;IAC/C;QACI,WAAW,EAAE,CAAC,QAAQ,CAAC;QACvB,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,KAAK;QACb,WAAW,EAAE,0CAA0C;QACvD,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,EAAC,SAAS,EAAE,EAAC,KAAK,EAAE,CAAC,GAAG,EAAE,GAAG,CAAC,EAAC,EAAC,CAAC,CAAC;KACtD;CACJ,CAAC"}