-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ZBM5 123-channel wall switch. #8314
Conversation
src/devices/sonoff.ts
Outdated
isModernExtend: true, | ||
}; | ||
}, | ||
sonoffOnOff(args: {powerOnBehavior?: boolean; skipDuplicateTransaction?: boolean; endpointNames?: string[]}): ModernExtend { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not used, please remove it.
src/devices/sonoff.ts
Outdated
description: 'Zigbee Smart two-channel wall switch (type 120).', | ||
exposes: [], | ||
extend: [ | ||
deviceEndpoints({endpoints: {first: 1, second: 2}}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deviceEndpoints({endpoints: {first: 1, second: 2}}), | |
deviceEndpoints({endpoints: {l1: 1, l2: 2}}), |
src/devices/sonoff.ts
Outdated
description: 'Zigbee Smart three-channel wall switch (type 120).', | ||
exposes: [], | ||
extend: [ | ||
deviceEndpoints({endpoints: {first: 1, second: 2, third: 3}}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deviceEndpoints({endpoints: {first: 1, second: 2, third: 3}}), | |
deviceEndpoints({endpoints: {l1: 1, l2: 2, l3: 3}}), |
Could you also submit a picture for the docs? This can be done by:
Make sure that:
|
Yes, it has been submitted before. |
Thanks! |
No description provided.