aboutsummaryrefslogtreecommitdiff
path: root/behaviors/RestrictLocation.py
blob: 649500fed0d868ed3519d2a97dfc50bb3369ef20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from operationscore.Behavior import *
import util.ComponentRegistry as compReg
import util.Geo as Geo
import util.Strings as Strings
import random
class RestrictLocation(Behavior):
    def behaviorInit(self):
        action = self['Action']
        modifyParamArgs = {'ParamType': 'Sensor',
                'ParamName':self['ParamName'],'ParamOp':self['Action']} 
        
    def processInput(