Changes between Version 35 and Version 36 of Proposal


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Proposal

    v35 v36  
    4141# Instanciation of the weather station device object
    4242station = WeatherStation(name="weather_station", desc="My simple weather station example", address="1.2.3")
    43 
    44 # Registering device
    45 ets.register(station)
    4643
    4744# Linking weather station Datapoints to Group Address
     
    9491# Instanciation of the weather station device object
    9592station = WeatherStation(name="weather_station", desc="My simple weather station example", address="1.2.3")
    96 
    97 # Registering device
    98 ets.register(station)
    9993
    10094# Linking weather station Datapoints to Group Address