GASSelectorService ThingShape
The GASSelectorService Thing Shape contains a definition for SelectServer service with no implementation. Along with this Thing Shape, the ACE provides a GASSelector Thing that has a default implementation for SelectServer. If you want to override this service, you must take the following steps:
1. Create a new Thing that implements the GASSelectorService Thing Shape.
2. Override and write an implementation for SelectServer on the new Thing.
3. Set the selector property on GASRemoteAccessProvider to use the newly created GAS Selector.
Was this helpful?