Skip to content

Commit

Permalink
ignore_onoff_change for CC2530 router. Koenkk/Z-Stack-firmware#18
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 1, 2019
1 parent 252b9b9 commit 35aea23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ const devices = [
vendor: 'Custom devices (DiY)',
description: '[CC2530 router](http://ptvo.info/cc2530-based-zigbee-coordinator-and-router-112/)',
supports: 'state, description, type, rssi',
fromZigbee: [fz.CC2530ROUTER_state, fz.CC2530ROUTER_meta],
fromZigbee: [fz.CC2530ROUTER_state, fz.CC2530ROUTER_meta, fz.ignore_onoff_change],
toZigbee: [],
},
{
Expand Down

0 comments on commit 35aea23

Please sign in to comment.