CSS icon button fix #629 & DB fucntion test
This commit is contained in:
@@ -597,6 +597,13 @@ def cleanDeviceName(str, match_IP):
|
||||
# String manipulation methods
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Define the split_string function
|
||||
def split_string(input_str, delimiter):
|
||||
# remove any wrapping brackets
|
||||
input_str = input_str.replace('[','').replace(']','')
|
||||
return input_str.split(delimiter)
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
def bytes_to_string(value):
|
||||
|
||||
Reference in New Issue
Block a user