Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 27, 2024
1 parent 43a1a05 commit 4b57e3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/devices/moes.ts
Expand Up @@ -9,7 +9,7 @@ import * as reporting from '../lib/reporting';
const e = exposes.presets;
const ea = exposes.access;
import * as zosung from '../lib/zosung';
import {onOff, deviceEndpoints, actionEnumLookup} from '../lib/modernExtend';
import {onOff, deviceEndpoints, actionEnumLookup, battery} from '../lib/modernExtend';
const fzZosung = zosung.fzZosung;
const tzZosung = zosung.tzZosung;
const ez = zosung.presetsZosung;
Expand Down Expand Up @@ -383,6 +383,13 @@ const definitions: Definition[] = [
tuya.whitelabel('TuYa', 'iH-F8260', 'Universal smart IR remote control', ['_TZ3290_gnl5a6a5xvql7c2a']),
],
},
{
fingerprint: tuya.fingerprint('TS0049', ['_TZ3000_cjfmu5he']),
model: 'ZWV-YC',
vendor: 'Moes',
description: 'Water valve',
extend: [battery(), onOff({powerOnBehavior: false})],
},
{
fingerprint: [{modelID: 'TS0011', manufacturerName: '_TZ3000_hhiodade'}],
model: 'ZS-EUB_1gang',
Expand Down

0 comments on commit 4b57e3e

Please sign in to comment.