Skip to content
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

Update iluminize.ts with 5130.54 RGBW handheld remote #8179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juniormajor
Copy link

No description provided.

vendor: 'Iluminize',
description: 'Zigbee handheld remote RGBW 4 channels',
extend: [
deviceEndpoints({endpoints: {ep1: 1, ep2: 2, ep3: 3, ep4: 4}}),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
deviceEndpoints({endpoints: {ep1: 1, ep2: 2, ep3: 3, ep4: 4}}),
deviceEndpoints({endpoints: {'1': 1, '2': 2, '3': 3,'4': 4}}),

deviceEndpoints({endpoints: {ep1: 1, ep2: 2, ep3: 3, ep4: 4}}),
battery(),
identify(),
commandsOnOff(),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
commandsOnOff(),
commandsOnOff({endpointNames: ['1', '2', '3', '4']}),

Please add the endpoints here (for all commands)

Copy link
Contributor

This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days

@github-actions github-actions bot added the stale label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants