Changes between Version 27 and Version 28 of Proposal


Ignore:
Timestamp:
Jun 5, 2013, 8:40:00 AM (11 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proposal

    v27 v28  
    4040
    4141# Registering device
    42 ETS.registerDevice(station)
     42ETS.register(station)
    4343
    4444# Linking weather station Datapoints to Group Address
     
    9292
    9393# Registering device
    94 ETS.registerDevice(station)
     94ETS.register(station)
    9595
    9696# Linking weather station Datapoints to Group Address
     
    151151
    152152rule = BathroomHeater(name="bathroom_heater", desc="Bathroom heating management", address="1.2.3")
    153 ETS.registerRule(rule)
     153ETS.register(rule)
    154154ETS.link(dev=station, dp="bathroom_temp", gad="1/1/1")
    155155ETS.link(dev=station, dp="bathroom_temp_setup", gad="1/1/2")