Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
The reference link mentions that the property RemoteAccessProvider should be set to a GASRemoteAccessProvider Thing. However I am unable to find this property. Could you please let me know in which ThingShape can this property be found?
Thanks,
Ashish Tamhane
Solved! Go to Solution.
Hi @ashishtamhane, if you are using C-SDK (RSEE), you'll need to add RemoteAccessible ThingShape to find the RemoteAccessProvider parameter, and GASRemoteAccessible ThingShape is also required if you are going to use GAS as the provider.
If you are using Axeda Agent, this parameter should be found since it's directly inherited from AxedaStandaloneModel Thing Template.
Hi @ashishtamhane, if you are using C-SDK (RSEE), you'll need to add RemoteAccessible ThingShape to find the RemoteAccessProvider parameter, and GASRemoteAccessible ThingShape is also required if you are going to use GAS as the provider.
If you are using Axeda Agent, this parameter should be found since it's directly inherited from AxedaStandaloneModel Thing Template.