LightsOutFarmOwnerNotification object

Polymorphism

LightsOutFarmOwnerNotification is a type that implements the LightsOutNotification type.

When an object of type LightsOutNotification is expected, you can use one of type LightsOutFarmOwnerNotification (or use any other implementation).

Example JSON representation

{
  "minutes": 1,
  "type": "LightsOutFarmOwnerNotification"
}

Properties

property attributes valid values description filter option
minutes
integer
required

A time prior to Lights-out execution the notification to be sent.

type
string
required
"LightsOutFarmOwnerNotification"

A type of the notification to send.