A Vue reactive object containing some key state - including booting status of Asset Link and meta information about the instance of farmOS.
Properties:
Name | Type | Description |
---|---|---|
booted |
Boolean
|
Whether Asset Link is done booting |
bootProgress |
Number
|
A number between 0 and 100 indicating how close to booted Asset Link is |
bootText |
String
|
A status text indicating the current booting step |
bootFailed |
Boolean
|
Whether Asset Link failed to boot |
pendingQueries |
Array.<Object>
|
The current list of pending Orbit.js queries |
pendingUpdates |
Array.<Object>
|
The current list of pending Orbit.js data updates |
failedUpdates |
Array.<Object>
|
The list of failed Orbit.js data updates |
messages |
Array.<Object>
|
A list of status messages to be surfaced in Asset Link |
farmName |
String
|
The most recent observed farmOS instance name when Asset Link was last connected to the server |
farmOSVersion |
String
|
The most recent observed farmOS version when Asset Link was last connected to the server |
systemOfMeasurement |
String
|
The most recent observed farmOS system of measurement when Asset Link was last connected to the server |