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 Change Name update action.
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 Set Description update action.
type​
String​
"SetDescriptionChange"
change​
String​
"setDescription"
previousValue​
String​

Value before the change.

nextValue​
String​

Value after the change.

Set Key

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

Value before the change.

nextValue​
String​

Value after the change.