0
Beantwoord
Domintell from JavaScript
Wouter van der Post 8 jaar geleden
in Applications / i3 Pro
•
bijgewerkt door anonymous 8 jaar geleden •
2
Hello,
When using the Domintell driver there is an extra level in the drivers tree:
You have the actual driver ("Domintell Network (UDP)") and then all the individual Domintell modules, then the commands and feedbacks.
How can I use these from JavaScript?
I know a reference to the driver can be obtained like this:
IR.GetDevice("Domintell Network (UDP)")
But how do I for example send something to the command "Entree"?
Customer support service by UserEcho
Hello
http://dev.iridiummobile.net/Drivers_API/en#.Set
you can find a syntax in samples:
it works the same with the other JS methods
Network - as a device, Subdevice:Channel - as a chennel
Thank you!
Must have overlooked the sample.