update.check_available ====================== Checks if there is an update available from update server. .. examples(websocket):: Check available update using default train: :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "update.check_available" } .. raw:: html
An update is available.
"AVAILABLE"
"upgrade"
"TrueNAS"
"TrueNAS"
Version string of the available update version.
Name of the update file available for download.
Size of the update file in bytes.
REBOOT_REQUIRED
: An update has already been applied.
UNAVAILABLE
: No update available.
HA_UNAVAILABLE
: HA is non-functional.