Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FB_OUTPUT_DIMMER_MQTT.md #151

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

mchlrv
Copy link
Contributor

@mchlrv mchlrv commented Jan 23, 2024

Proposed Changes

To resolve issue #150 in the FB_OUTPUT_DIMMER_MQTT.PublishReceived file line 15 and 29 needs to be changed from THIS^.OUT_Target:=STRING_TO_BYTE(Data.PayloadString^); to THIS^.OUT_Internal:=STRING_TO_BYTE(Data.PayloadString^);.

As requested by @MichielVanwelsenaere I've also added an exported FB_OUTPUT_DIMMER_MQTT that only holds the analog (0/1-10V) dimmer code (i.e. remove the DMX related code).
FB_OUTPUT_DIMMER_MQTT_ANALOG.export.zip

Related issues

@MichielVanwelsenaere MichielVanwelsenaere merged commit 35c6166 into MichielVanwelsenaere:master Feb 14, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dimmer MQTT not updating values via MQTT
2 participants