Michael,
You may have seen that I have problems with IR and the normal Homeseer Ocelot plugin in HS2.
I have just tried ADIOcelot and IR works fine apart from control via an ASP. I tend to use cpuxa.PlayRemoteIR and so have now added this to my scripts and ASP's:
set cpuxa = hs.GetPlugins("ADIOcelot")
This works fine for scripts but ASP errors with:
Script error: Object doesn't support this property or method: 'cpuxa'
set cpuxa = hs.GetPlugins("ADIOcelot")
Any ideas?
You may have seen that I have problems with IR and the normal Homeseer Ocelot plugin in HS2.
I have just tried ADIOcelot and IR works fine apart from control via an ASP. I tend to use cpuxa.PlayRemoteIR and so have now added this to my scripts and ASP's:
set cpuxa = hs.GetPlugins("ADIOcelot")
This works fine for scripts but ASP errors with:
Script error: Object doesn't support this property or method: 'cpuxa'
set cpuxa = hs.GetPlugins("ADIOcelot")
Any ideas?
Comment