Skip to content

Commit

Permalink
Fix model null char (Koenkk#3876)
Browse files Browse the repository at this point in the history
* Fix 0xff66 cluster reads

* Fix mode with null chars
  • Loading branch information
vk496 authored Feb 15, 2022
1 parent 0e29771 commit cb42c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/lixee.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ function getCurrentConfig(device, options, logger=console) {
return myExpose;
}
const definition = {
zigbeeModel: ['ZLinky_TIC'],
zigbeeModel: ['ZLinky_TIC', 'ZLinky_TIC\u0000'],
model: 'ZLinky_TIC',
vendor: 'LiXee',
description: 'Lixee ZLinky',
Expand Down

0 comments on commit cb42c72

Please sign in to comment.