some update

This commit is contained in:
2023-12-22 12:44:28 +01:00
parent 356cb3e541
commit ac7411aa58
5 changed files with 15 additions and 13 deletions

View File

@@ -1,7 +1,9 @@
#include "app.h"
App::App() {
st.connectRequest("sdi.hevs.ch", 61614, "/", "sdi10", "809c02f36becb0868da98761fe3209f6");
st.sendRequest("/topic/sdi10.gem.command", "right");
st.subscribeRequest("/topic/sdi10.gem.field", 1);
}
void App::connectConfirmation(bool success, int version) {
@@ -13,7 +15,7 @@ void App::sendConfirmation(bool success) {
}
void App::subscribeConfirmation(bool success) {
st.sendRequest("/topic/sdi10.gem.command", "up");
}
void App::receiveIndication(int id, QString destination, QString body) {