Skip to content
Snippets Groups Projects
Commit bb701b55 authored by ft-Demo's avatar ft-Demo
Browse files

commit by robo pro coding

parent 1d14c007
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -231,6 +231,8 @@ def processReceivedMessage(topic, m_decode):
client.publish(topic='gtyp_Setup/w_Calib_ColorValue_White', payload=(get_calibvalue_list())[0], qos=2, retain=False)
client.publish(topic='gtyp_Setup/w_Calib_ColorValue_Red', payload=(get_calibvalue_list())[1], qos=2, retain=False)
client.publish(topic='gtyp_Setup/w_Calib_ColorValue_Blue', payload=(get_calibvalue_list())[2], qos=2, retain=False)
client.publish(topic='gtyp_Setup/w_Threshold_White_Red', payload=(get_thresh_list())[0], qos=2, retain=False)
client.publish(topic='gtyp_Setup/w_Threshold_Red_Blue', payload=(get_thresh_list())[1], qos=2, retain=False)
client.publish(topic='gtyp_SSC/w_Threshold_White_Red', payload=gtyp_SSC_w_Threshold_White_Red, qos=2, retain=False)
client.publish(topic='gtyp_SSC/w_Threshold_Red_Blue', payload=gtyp_SSC_w_Threshold_Red_Blue, qos=2, retain=False)
client.publish(topic='gtyp_SLD/w_Threshold_White_Red', payload=gtyp_SLD_w_Threshold_White_Red, qos=2, retain=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment