-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Improve MQTT documentation, example config #13
Improve MQTT documentation, example config #13
Conversation
Also print an error message when the configuration isn't present but the `mqtt` subcommand is used. Without this, the program just exits without any messsages.
@QuantumEntangledAndy what's the state of the MQTT support right now? I've seen some weird behavior so far ...
happy to dig in more for each of those, but wasn't sure if they were known |
I am not 100% sure most of this I wrote years ago. I've only recently got back into programming neolink stuff. if you want to tackle it please do. It could probably use a rewrite to something more stable. Also could you remove the |
@QuantumEntangledAndy removed - BTW, it looks like the formatter builds might have been broken since |
Yeah I think the style checks needs some work, I'll add it to my list of things to check. I have the clippy issues fixed in my latest unpublished work. My current to do list:
So might take awhile to get to all that. |
How is the flood light stuff? If you add the xml structures to the xml.rs it should be able to seralise and deserialise them without any other changes. Then you can send the messages like we do in logout.rs by adding a new function to camera and sending the packets. |
I was able to get it sort of working... draft PR here: #14. I may take another look at this today. Very new to Rust so having to learn the syntax as I go 😄 |
Also print an error message when the configuration isn't present but the
mqtt
subcommand is used. Without this, the program just exits without any messages.Finally, add a
launch.json
for VS code. I use this locally, and it would be handy with codespaces, but happy to stash it somehow instead