Commit f1241b3d authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

gis-engine support for poas-in-range event

parent b2079130
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -538,7 +538,7 @@ func setAutomation(automationType string, state bool) (err error) {
	}

	// Type-specific configuration
	if automationType == AutoTypeNetChar || automationType == AutoTypePoaInRange {
	if automationType == AutoTypeNetChar {
		return errors.New("Automation type not supported")
	} else if automationType == AutoTypeMovement {
		if state {