Hi,

I am working on testing out the new XEP's for Internet of Things and
Sensor networks by mapping a Heat pump connected over serial into these
XEP's in a embedded PC. I have already made some registers readable over XEP-323 so that seems good, but why is there such a difference
between reading out values and setting values?

Assuming that there is a desired room temperature would be read it would
be something like:
...
<numeric name='DesiredRoomTemperature' momentary='true' value='21.0' unit='°C'/>
...

and to set would be (XEP-325):

...
<double name='DesiredRoomTemperature' value='22.0'/>
...


I can understand omitting unit and momentary but why not keeping the same tag-names (e.g. <numeric> or <double> in both)?


Best regards,
-- Joakim Eriksson, SICS

Reply via email to