X10 Community Forum

🖥️ActiveHome Pro => SDK => Topic started by: randy on June 17, 2005, 06:33:11 AM

Title: Object Name for Ahscript.dll
Post by: randy on June 17, 2005, 06:33:11 AM
Hello,

I'm trying to find the object name for
ahscript.dll. I have looked through the
docs, reviewed all instances in the Windows
reg and reviewed everything I could find
online.

Desired ASP syntax is Set X =
Server.CreateObject("objectname").

Thanks,

Randall
Title: Re: Object Name for Ahscript.dll
Post by: randy on June 17, 2005, 06:39:49 AM
I was wrong. I looked at an earlier posting
3 times and did not see it:

Basic code sample:  'Create x10 object -
Set x10 = Server.CreateObject
("X10.ActiveHome")  'Execute command over
powline:  x10.SendAction "sendplc",
housecode &  unitcode & " " & cmd .  cmd is
either on or off.

Set x10 =
Server.CreateObject "X10.ActiveHome")
Title: Re: Object Name for Ahscript.dll
Post by: randy on June 17, 2005, 06:43:31 AM
-Benny Chase-

Thank you for sharing this. How much have
you been able to take this (ahscript.dll)
in ASP? I'm just getting started and would
really appreciate any feedback or insight
you may have.

Thanks,
Randall