src/rpiWebClient.interfaces.ts
Interface for defining the RPI Web Client data layer
Properties |
| decisionResults |
decisionResults:
|
Type : Array<ApiDecisionResult>
|
|
Array for tracking decision results for the current RpiWebClient instance |
| lensResults |
lensResults:
|
Type : Array<RealtimeParameter>
|
|
Array for tracking lens results for the current RpiWebClient instance |
| recommendations |
recommendations:
|
Type : any
|
|
The recommendations for the current RpiWebClient instance |
| tags |
tags:
|
Type : any
|
|
The tags for the current RpiWebClient instance |