コード例 #1
0
def parse_liebert_temp_air(string_table: SNMPStringTable) -> ParsedSection:
    return parse_liebert(string_table, str)
コード例 #2
0
def parse_liebert_wrapper(info, type_func=float):
    # This function is needed to convert the info data type
    # to the target data type of the new check API, StringTable
    return parse_liebert([info], type_func)