Does hubitat use "command optimization" to limit network traffic? In other words, if a rule/app calls for a dimmer/switch to change but the dimmer/switch is already in that state are the commands still sent? I've been trying to optimize my rules and was curious if using a triggered rule like this is would be beneficial?
Trigger: Motion Active
Condition: Dimmer != 20
Action: Set Dimmer Level 20
Thanks!