Skip to content

Commit d44adc0

Browse files
committed
added user function
1 parent f65f87e commit d44adc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/shared/helper.py

+4
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,10 @@ def getStableItemState( now, itemName, checkTimeRange ):
491491
return value
492492

493493
class UserHelper:
494+
@staticmethod
495+
def getUserNames():
496+
return userConfigs.keys()
497+
494498
@staticmethod
495499
def getUserByStateItem(stateItem):
496500
for userName in userConfigs:

0 commit comments

Comments
 (0)