Commit 2b4369db authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Tries to implement switch_on in mux_2024

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -9,4 +9,5 @@ mux = Mux(**MUX_CONFIG) ...@@ -9,4 +9,5 @@ mux = Mux(**MUX_CONFIG)
mux.switch_one(elec=1, role='M', state='on') mux.switch_one(elec=1, role='M', state='on')
time.sleep(2) time.sleep(2)
mux.switch_one(elec=1, role='M', state='off') mux.switch_one(elec=1, role='M', state='off')
mux.switch({'A': [1], 'B': [4], 'M': [2], 'N': [3]})
change_config('config_default.py', verbose=False) change_config('config_default.py', verbose=False)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment