|
|
|
@ -134,7 +134,7 @@ lActivityTimeItemRobotStart = {
|
|
|
|
|
"WeekdayList": gActivityROBOTStartWeekdayList, #List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
|
|
|
|
|
"Activity":{
|
|
|
|
|
"Type": "GlobalDictKeyListValueSet", #Activity type
|
|
|
|
|
"KeyList": ['RobotRDPActive','ActivityList'] # RobotRDP Active ActivityList
|
|
|
|
|
"KeyList": ['RobotRDPActive','ActivityList'], # RobotRDP Active ActivityList
|
|
|
|
|
"Value": gActivityROBOTStartList # ActivityList - see upper
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -144,7 +144,7 @@ lActivityTimeItemRobotStop = {
|
|
|
|
|
"WeekdayList": gActivityROBOTStopWeekdayList, #List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
|
|
|
|
|
"Activity":{
|
|
|
|
|
"Type": "GlobalDictKeyListValueSet", #Activity type
|
|
|
|
|
"KeyList": ['RobotRDPActive','ActivityList'] # RobotRDP Active ActivityList
|
|
|
|
|
"KeyList": ['RobotRDPActive','ActivityList'], # RobotRDP Active ActivityList
|
|
|
|
|
"Value": gActivityROBOTStopList # ActivityList - see upper
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|