Skip to content

Commit

Permalink
Add wakeup to list of classes not supporting multi instances
Browse files Browse the repository at this point in the history
  • Loading branch information
cdjackson committed Nov 23, 2014
1 parent e5e8cdf commit fbdc8f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public class ZWaveMultiInstanceCommandClass extends ZWaveCommandClass {
CommandClass.ASSOCIATION,
CommandClass.MULTI_INSTANCE_ASSOCIATION,
CommandClass.CONFIGURATION,
CommandClass.CLOCK
CommandClass.CLOCK,
CommandClass.WAKE_UP
);


Expand Down

0 comments on commit fbdc8f6

Please sign in to comment.