I got issue with Mind Kit IR skill. According to the documentation, I can select IR device using
ir.DeviceSelsct(deviceList[0])
I think its a typo, so i used
ir.DeviceSelect(deviceList[0])
.
Anyway, i tried both but it gives error “undefined”, Same error for the function OnIntensity
I have attached my code for your reference.
helloworld.go (1.2 KB)
Please let me know what is the issue. Thanks.