Skip to content

Commit d0a1f86

Browse files
authored
Merge pull request #30 from comtel2000/hmip-bdt
'DIMMER_VIRTUAL_RECEIVER' channel support
2 parents 6c3029d + f4b79fe commit d0a1f86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/services/HomeMaticDimmerAccessory.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,16 @@ class HomeMaticDimmerAccessory extends HomeMaticAccessory {
9292
'VIRTUAL_DIMMER': {
9393
level: {name: 'LEVEL'},
9494
working: {name: 'WORKING'}
95+
},
96+
'DIMMER_VIRTUAL_RECEIVER': {
97+
level: {name: 'LEVEL'},
98+
working: {name: 'WORKING'}
9599
}
96100
}
97101
}
98102

99103
static channelTypes () {
100-
return ['DIMMER', 'VIRTUAL_DIMMER']
104+
return ['DIMMER', 'VIRTUAL_DIMMER', 'DIMMER_VIRTUAL_RECEIVER']
101105
}
102106
}
103107

0 commit comments

Comments
 (0)