some renaming
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from typing import Tuple
|
||||
from config.object_ids import CustomObjectIds
|
||||
from config.object_ids import ObjIdIds
|
||||
|
||||
|
||||
def user_analyze_service_8_data(
|
||||
@ -15,7 +15,7 @@ def user_analyze_service_8_data(
|
||||
@param custom_data:
|
||||
@return:
|
||||
"""
|
||||
if object_id == CustomObjectIds.PDU2_HANDLER_ID.value:
|
||||
if object_id == ObjIdIds.PDU2_HANDLER_ID.value:
|
||||
header_list = ['PDU2 Service 8 Reply']
|
||||
|
||||
data_string = str()
|
||||
|
Reference in New Issue
Block a user