@@ -288,7 +288,7 | |||||
288 |
|
288 | |||
289 | def __getControlModuleStatus_new(self, cmd, type): |
|
289 | def __getControlModuleStatus_new(self, cmd, type): | |
290 |
|
290 | |||
291 |
cm_lst = self.__gettingDataFromControlModules( |
|
291 | cm_lst = self.__gettingDataFromControlModules(cmd = cmd, rx_buffer = type) | |
292 | out_str = self.__processingCMdata(in_data = cm_lst, type = type) |
|
292 | out_str = self.__processingCMdata(in_data = cm_lst, type = type) | |
293 |
|
293 | |||
294 | return out_str |
|
294 | return out_str |
General Comments 0
You need to be logged in to leave comments.
Login now