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

Added sendDataOnlyOnChange parameter for MQTT Connector #991

Merged
merged 1 commit into from Nov 14, 2022
Merged

Added sendDataOnlyOnChange parameter for MQTT Connector #991

merged 1 commit into from Nov 14, 2022

Conversation

samson0v
Copy link
Contributor

No description provided.

@imbeacon imbeacon merged commit 114a33d into thingsboard:master Nov 14, 2022
@devaskim
Copy link
Contributor

devaskim commented Nov 14, 2022

@imbeacon First of all thanks for your quick response. It is important for community!

I suggest or I meant to support more granular filtering. Here is example:
Message 1:

{
    "Param1": 1
    "Param2": 50
}

Output 1:

{
    "Param1": 1
    "Param2": 50
}

Message 2:

{
    "Param1": 1
    "Param2": 100
}

Output 2:

{
    "Param2": 100
}

@devaskim
Copy link
Contributor

devaskim commented Nov 17, 2022

@samson0v Sounds not polite, I know, but if your team will approve #1000, I suggest to cancel changes of this PR, because my implementation is based on sendDataOnlyOnChange in converter configuration as well.

Hope for your understanding

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.

[Feature request] MQTT connector: Provide option to send data only on change
3 participants