
# STANDARD FORMAT:
# status-state = availability

# OPTIONAL SEVERITY:
# W  = Warning Non-actionable
# E  = Error   Actionable
# I  = Informational
# X  = Cancel, No Event

[availability]
fruStatus.ready-enabled   = 1  # 1=available
fruStatus.ready-fault     = 0  # 0=unavailable

# Transitions from 1 => 1 are notices, 1 => 0 or 0 => 0 are errors
# errors can be changed to warnings by adding '= W' to the line.

# Specific transitions are also supported, else the new value
# determine the severity.
# On specific transition, the availabilty (0/1) is the same as the new value.
# Example:
fruStatus.notInstalled-enabled = 0 = W


# TRANSITION:
# use 2 status and a special severity
# Examples:

fruStatus.offline-enabled => fruStatus.notInstalled-enabled = E
fruStatus.ready-enabled   => fruStatus.ready-fault          = W
START                     => fruStatus.ready-fault          = X
fruStatus.ready-enabled   => [Undefined]                    = W



#
# changeValue
#

changeValue.batteryWarning = 0 = W   # only last field used
