Changes between Version 25 and Version 26 of Proposal
- Timestamp:
- Jun 5, 2013, 8:38:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposal
v25 v26 38 38 # Instanciation of the weather station device object 39 39 station = WeatherStation(name="weather_station", desc="My simple weather station example", address="1.2.3") 40 41 # Registering device 42 ETS.registerDevice(station) 40 43 41 44 # Linking weather station Datapoints to Group Address … … 87 90 # Instanciation of the weather station device object 88 91 station = WeatherStation(name="weather_station", desc="My simple weather station example", address="1.2.3") 92 93 # Registering device 94 ETS.registerDevice(station) 89 95 90 96 # Linking weather station Datapoints to Group Address