Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zone ¶
type Zone struct { Id Id `json:"id"` DisplayName string `json:"displayName"` Perimeter bool `json:"perimeter"` Delayed bool `json:"delayed"` Armed bool `json:"-"` }
func SubstitutionZone ¶
func ZoneFromConfig ¶
func ZoneFromConfig(config config.ZoneConfig) Zone
Click to show internal directories.
Click to hide internal directories.