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

GPIO pin number index not being substituted in topic #29

Closed
1 of 3 tasks
CrazyIvan359 opened this issue Oct 1, 2019 · 1 comment
Closed
1 of 3 tasks

GPIO pin number index not being substituted in topic #29

CrazyIvan359 opened this issue Oct 1, 2019 · 1 comment
Labels
bug Something isn't working GPIO GPIO Module

Comments

@CrazyIvan359
Copy link
Owner

CrazyIvan359 commented Oct 1, 2019

Describe the bug
For multiple pin definitions the substitution {index} is replaced with an empty string instead of the index.

Solution
The signature for modules.gpio.pin.base.__init__ was not updated to remove unneeded argument pin_config in #19 when the module was rewritten.

Environment

  • MQTTany version: 0.7.3
  • Modules:
    • GPIO
    • MCP230xx
    • OneWire
@CrazyIvan359 CrazyIvan359 added bug Something isn't working GPIO GPIO Module labels Oct 1, 2019
@CrazyIvan359
Copy link
Owner Author

Fixed in version 0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GPIO GPIO Module
Projects
None yet
Development

No branches or pull requests

1 participant