Zones Change Types

Change types that represent data modifications made to the Zones entity.

Change types

Add Location

Change triggered by the Add Location update action.
type
String
"AddLocationChange"
change
String
"addLocation"
nextValue

Value after the change.

Change name

Change triggered by the following update actions:

type
String
"ChangeNameChange"
change
String
"changeName"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Remove Location

Change triggered by the Remove Location update action.
type
String
"RemoveLocationChange"
change
String
"removeLocation"
previousValue

Value before the change.

Set Description

Change triggered by the following update actions:

type
String
"SetDescriptionChange"
change
String
"setDescription"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Key

Change triggered by the following update actions:

type
String
"SetKeyChange"
change
String
"setKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.