We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca0852 commit 01e6ad8Copy full SHA for 01e6ad8
1 file changed
dashio/iotcontrol/control.py
@@ -331,7 +331,7 @@ def get_cfg(self, data) -> list:
331
cfgs = self._app_columns_cfg[str(num_columns)]
332
if cfgs:
333
for cfg in cfgs:
334
- cfg_list.append(f"\tCFG\t{dashboard_id}\t{self.cntrl_type}\t{cfg.get_cfg_json()}")
+ cfg_list.append(f"\tCFG\t{dashboard_id}\t{self.ctrl_type}\t{cfg.get_cfg_json()}")
335
break
336
num_columns = num_columns - 1
337
return cfg_list
0 commit comments