def
curStatus
Status of point's current value reading.  The curVal is only available when curStatus is "ok" or "stale".  However a "stale" value should be used with caution since the local system does not have a fresh value. It is recommended that the curVal tag is removed from a point when the curStatus is not "ok" nor "stale".
meta
enum
| ok | all is okay | 
|---|---|
| stale | the point's curVal is not fresh data | 
| fault | a configuration or hardware problem - see  | 
| down | a communication or network problem - see  | 
| disabled | manual disable of the point or connector | 
| unknown | we don't know anything (usually boot state) | 
| remoteFault | point in remote system is fault | 
| remoteDown | point in remote system is down | 
| remoteDisabled | point in remote system is disabled | 
| remoteUnknown | point in remote system is unknown |