Changes between Version 34 and Version 35 of Proposal


Ignore:
Timestamp:
Jun 14, 2013, 1:24:10 PM (11 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proposal

    v34 v35  
    3131class WeatherStation(Device):
    3232
    33     # Datapoints (= Communication objects) definition
     33    # Datapoints (= Group Objects) definition
    3434    DP_01 = dict(name="temperature", dptId="9.001", flags="CRT", priority="low", initValue=0.)
    3535    DP_02 = dict(name="humidity", dptId="9.007", flags="CRT", priority="low", initValue=0.)
     
    6868class WeatherStation(Device):
    6969
    70     # Datapoints (= Communication objects) definition
     70    # Datapoints (= Group Objects) definition
    7171    DP_01 = dict(name="temperature", dptId="9.001", flags="CRT", priority="low", initValue=0.)
    7272    DP_02 = dict(name="humidity", dptId="9.007", flags="CRT", priority="low", initValue=0.)
     
    111111We also check if the speed has reached the speed limit; if so, we change the corresponding Datapoint value, which wil, in turn, send the value on the bus if needed (a special value of the flag, like in '''linknx''', can force the value to be sent, even if it does not change).
    112112
    113 A last thing: is is possible to compute and print the '''map table''':
     113A last thing: is will be possible to compute and print the '''map table''':
    114114
    115115{{{