~aleteoryx/muditaos

ref: 3475c5aa258f72b304ed5c9f0aea6c21a8c4bbed muditaos/module-services/service-evtmgr/doc/light_control_hysteresis.puml -rw-r--r-- 281 bytes
3475c5aa — Paweł Joński [BH-1411] Revert MOS-343 Harmony defined flash size change 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
@startuml
skinparam BackgroundColor F0F0F0
(*) --> If "Ramp target reached?" then
    If "New target differs by \nhysteresis value from \nthe old one?" then
    -> [Yes] "update ramp" as ur
    else
    ---> [No] "RampValue = \nRampTarget"
    Endif
else
--> [No] ur
Endif
@enduml