Changes between Version 25 and Version 26 of Proposal


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Proposal

    v25 v26  
    3838# Instanciation of the weather station device object
    3939station = WeatherStation(name="weather_station", desc="My simple weather station example", address="1.2.3")
     40
     41# Registering device
     42ETS.registerDevice(station)
    4043
    4144# Linking weather station Datapoints to Group Address
     
    8790# Instanciation of the weather station device object
    8891station = WeatherStation(name="weather_station", desc="My simple weather station example", address="1.2.3")
     92
     93# Registering device
     94ETS.registerDevice(station)
    8995
    9096# Linking weather station Datapoints to Group Address