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

Hive SLR2d #24479

Open
RyRyMason opened this issue Oct 25, 2024 · 0 comments
Open

Hive SLR2d #24479

RyRyMason opened this issue Oct 25, 2024 · 0 comments
Labels
new device support New device support request

Comments

@RyRyMason
Copy link

Link

https://www.hivehome.com/shop/smart-heating/hive-thermostat-mini

Database entry

--

Zigbee2MQTT version

1.39.0

Comments

--

External definition

const {deviceEndpoints, identify} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['SLR2d'],
    model: 'SLR2d',
    vendor: 'Computime',
    description: 'Automatically generated definition',
    extend: [deviceEndpoints({"endpoints":{"5":5,"6":6}}), identify()],
    meta: {"multiEndpoint":true},
};

module.exports = definition;

What does/doesn't work with the external definition?

N/A

@RyRyMason RyRyMason added the new device support New device support request label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

1 participant