This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const exposes = require("zigbee-herdsman-converters/lib/exposes"); | |
| const tuya = require("zigbee-herdsman-converters/lib/tuya"); | |
| const e = exposes.presets; | |
| const ea = exposes.access; | |
| module.exports = { | |
| fingerprint: tuya.fingerprint("TS0601", ["_TZE200_j7sgd8po"]), | |
| model: "S8", | |
| vendor: "SODA", | |
| description: "S8 premium window handle EXT v2: changed property names", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const exposes = require("zigbee-herdsman-converters/lib/exposes"); | |
| const tuya = require("zigbee-herdsman-converters/lib/tuya"); | |
| const e = exposes.presets; | |
| const ea = exposes.access; | |
| const globalStore = require("zigbee-herdsman-converters/lib/store"); | |
| const fz = { | |
| TZE200_j7sgd8po_SODA_S8: { | |
| ...tuya.fz.datapoints, | |
| convert: (model, msg, publish, options, meta) => { |