Class: Severity

iotcs.message.Message.AlertMessage.Severity()

new Severity()

Enumeration of severities for alert messages
Properties:
Name Type Description
LOW string
NORMAL string
SIGNIFICANT string
CRITICAL string

Members

(static) CRITICAL :string

Type:
  • string
Default Value:
  • CRITICAL

(static) LOW :string

Type:
  • string
Default Value:
  • LOW

(static) NORMAL :string

Type:
  • string
Default Value:
  • NORMAL

(static) SIGNIFICANT :string

Type:
  • string
Default Value:
  • SIGNIFICANT

Home