Skip to content

minor code sample correction in FB_OUTPUT_DIMMER_MQTT docs #125

minor code sample correction in FB_OUTPUT_DIMMER_MQTT docs

minor code sample correction in FB_OUTPUT_DIMMER_MQTT docs #125

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
run_pull_request_checks:
runs-on: ubuntu-latest
steps:
# Verify if there are no broken links in PR
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
with:
use-verbose-mode: 'yes'