Skip to content

Commit

Permalink
Adding Yokis device file
Browse files Browse the repository at this point in the history
Adding attributes for manuSpecificYokisLightControl and new commands: moveToPosition and LongOn.
Updating logger to latest changes. Adding additional missing command definition
Some eslint cleaning
Some cleaning and deactivating some clusters as we are pending firmware fix
Migrating Custom cluster definition after Koenkk/zigbee-herdsman#1019.
Adding some types
Fix for default package zigbee-herdsman
  • Loading branch information
Laurent Chardin authored and LaurentChardin committed Apr 26, 2024
1 parent 5ce7ec0 commit f2b1c81
Show file tree
Hide file tree
Showing 2 changed files with 1,477 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ import xinghuoyuan from './xinghuoyuan';
import xyzroe from './xyzroe';
import yale from './yale';
import ynoa from './ynoa';
import yokis from './yokis';
import yookee from './yookee';
import ysrsai from './ysrsai';
import zemismart from './zemismart';
Expand Down Expand Up @@ -591,6 +592,7 @@ export default [
...xyzroe,
...yale,
...ynoa,
...yokis,
...yookee,
...ysrsai,
...zemismart,
Expand Down
Loading

0 comments on commit f2b1c81

Please sign in to comment.