Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
482 stars 300 forks source link

This adds samsung door lock manufacturer specific unlock command #1111

Closed baeksj closed 4 months ago

baeksj commented 4 months ago

samsung door uses unlock command (ID 31) with for existing cluster 'closuresDoorLock'

I referred to the code below.

https://github.com/SmartThingsCommunity/SmartThingsEdgeDrivers/blob/main/drivers/SmartThings/zigbee-lock/src/samsungsds/init.lua

Koenkk commented 4 months ago

Please use the new custom cluster functionality instead (example)

baeksj commented 4 months ago

Thank you