annex4-inc / vscode-control4-ext

VSCode extension for building Control4 drivers.
GNU General Public License v3.0
25 stars 6 forks source link

Hi, where did you find all these definitions? #3

Closed michael-land closed 2 years ago

michael-land commented 2 years ago

I'm new to control4 driver development.

I wonder where did you find all these definitions. I cannot find these on their docs.

For example, where can i find a list of proxy types?

https://github.com/annex4-inc/vscode-control4-ext/blob/master/client/src/control4/C4Proxy.ts#L10-L30

Thank you!

dinolink22 commented 2 years ago

I'm a new dev too! I finished developing a full IP driver recently :D

I'm not sure if this, is gonna help but you can see proxies here: https://snap-one.github.io/docs-driverworks-proxyprotocol/ the name suggests/tells you the proxies, then again you can also create your own proxy so it really depends what you trying to do...

Anyway if you only want to see the proper name of the proxy and want a full list, in driver editor, in the driver.xml in the proxy tab, if you try to add a new proxy you can see the whole list. Here is the full list directly from Driver Editor :

image image

Hope it helps!

michael-land commented 2 years ago

wow, thanks. I don't know there is an editor for that.