thing-it-device-enocean-ip
Version:
[thing-it-node] Device Plugin for EnOcean IP products.
8 lines • 759 B
HTML
<ti-jalousie state="component._state"
options="{ display: {position: true, rotation: true}, stepControl: true, bladeControl: true, target: true, rotStep: component.configuration.rotationStepSize, posStep: component.configuration.positionStepSize}"
up="panel.callActorService(component, 'positionUp', null)"
stop="panel.callActorService(component, 'stopMotion', null)"
down="panel.callActorService(component, 'positionDown', null)"
(lowerPosition)="panel.callActorService(component, 'lowerPosition', null)"
(raisePosition)="panel.callActorService(component, 'raisePosition', null)"
change="panel.callActorService(component, 'setState', component._state)"></ti-jalousie>