Martin Preuss
b0b6efb1c3
adapted to latest changes in gwen, more work on data and nodes servers.
2024-09-26 10:45:22 +02:00
Martin Preuss
0cf3976fc7
re-implemented SetData command.
...
Allows for string values to be sent.
2024-02-14 23:07:20 +01:00
Martin Preuss
13d161d119
aqhome-data: fixed a typo.
2024-02-11 22:22:09 +01:00
Martin Preuss
17d4ce5125
Change AQH_Value field NameForDriver to Name and make it only contain the value name.
...
Previously this field contained the device name, too. This would make it
necessary for drivers to remove the device part of the name when SetValue
is called. Instead the device name is now always provided by the driver in
the appropriate field DeviceNameForDriver.
2023-10-03 13:31:05 +02:00
Martin Preuss
c57472d86e
removed unneeded IPC message types.
2023-10-01 21:53:55 +02:00
Martin Preuss
1e27223dfa
Simplified IPC code to use less different IPC messages. Share more code. More qork on MQTT code.
2023-10-01 21:31:02 +02:00
Martin Preuss
161b979e84
added specific IPC messages and use them instead of more generic messages.
2023-09-13 12:07:11 +02:00
Martin Preuss
e1639a9d13
Implemented setdata in server and aqhome-tool.
2023-09-12 00:04:37 +02:00