cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Unable to find the RemoteAccessProvider property

ashishtamhane
8-Gravel

Unable to find the RemoteAccessProvider property

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

1 ACCEPTED SOLUTION

Accepted Solutions
CharlesJi
14-Alexandrite
(To:ashishtamhane)

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.

View solution in original post

1 REPLY 1
CharlesJi
14-Alexandrite
(To:ashishtamhane)

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.

Top Tags