updating graph
CI / build-and-test (push) Successful in 43s

This commit is contained in:
2026-06-11 09:28:32 +02:00
parent 3efe59ae66
commit 8babfe085d
2 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -23,13 +23,13 @@ class init_4{}
class get_outlet_4{}
class set_outlet_4{}
set_outlet_1..>powerSwitch :> HTTP POST
set_outlet_2..>powerSwitch :> HTTP POST
set_outlet_3..>powerSwitch :> HTTP POST
set_outlet_4..>powerSwitch :> HTTP POST
set_outlet_1..>powerSwitch :> HTTP POST (write)
set_outlet_2..>powerSwitch :> HTTP POST (write)
set_outlet_3..>powerSwitch :> HTTP POST (write)
set_outlet_4..>powerSwitch :> HTTP POST (write)
outlet_getter..>powerSwitch :> HTTP GET
outlet_init ..>powerSwitch :> HTTP GET
outlet_getter..>powerSwitch :> HTTP GET (read)
outlet_init ..>powerSwitch :> HTTP GET (read)
outlet_getter --> get_outlet_1 :> FLNK
get_outlet_1 --> get_outlet_2 :> FLNK
Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 38 KiB