Skip to content

Commit

Permalink
Fix FB_OUTPUT_DIMMER_MQTT.md docs (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
markfra authored Mar 21, 2024
1 parent 35c6166 commit 5a964c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FunctionBlocks/FB_OUTPUT_DIMMER_MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ FB_AO_DIMMER_001(SINGLE:= FB_DI_PB_041.SINGLE, (* for toggling the output Q
LONG:= FB_DI_PB_041.LONG, (* for controlling the dimmer output OUT *)
P_LONG:= FB_DI_PB_041.P_LONG, (* for controlling the dimmer output OUT *)
Q=> DO_001, (* couple the function block to the physical digital output *)
OUT:= AO_001, (* couple the function block to the physical anolog output *)
OUT=> AO_001, (* couple the function block to the physical anolog output *)
VAL:= 255, (* value to set on output OUT when input SET is high *)
SET:= FB_DI_PB_041.DOUBLE (* when high, VAL is set on output OUT *)
);
Expand Down

0 comments on commit 5a964c5

Please sign in to comment.