Skip to content

Commit

Permalink
Directory cleanup
Browse files Browse the repository at this point in the history
moved old stuff into old directory for temporary reference
  • Loading branch information
mjkoster committed Jun 2, 2014
1 parent b4423b7 commit 4488065
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 5 deletions.
55 changes: 50 additions & 5 deletions examples/InstanceConstructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,63 @@
'resourceType': 'temperature',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/outdoor_temperature'],
'publisher': '',
'bridge': ''
},
'/sensors/rhvWeather-01/outdoor_humidity': {
'resourceName': 'outdoor_humidity',
'resourceClass': 'ObservableProperty',
'resourceType': 'humidity',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/outdoor_humidity'],
'publisher': '',
'bridge': ''
}
},
'/sensors/rhvWeather-01/sealevel_pressure': {
'resourceName': 'sealevel_pressure',
'resourceClass': 'ObservableProperty',
'resourceType': 'pressure',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/sealevel_pressure'],
},
'/sensors/rhvWeather-01/wind_speed': {
'resourceName': 'wind_speed',
'resourceClass': 'ObservableProperty',
'resourceType': 'speed',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/wind_speed'],
},
'/sensors/rhvWeather-01/wind_gust': {
'resourceName': 'wind_gust',
'resourceClass': 'ObservableProperty',
'resourceType': 'speed',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/wind_gust'],
},
'/sensors/rhvWeather-01/wind_direction': {
'resourceName': 'wind_direction',
'resourceClass': 'ObservableProperty',
'resourceType': 'direction',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/wind_direction'],
},
'/sensors/rhvWeather-01/current_rain': {
'resourceName': 'current_rain',
'resourceClass': 'ObservableProperty',
'resourceType': 'depth',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/current_rain'],
},
'/sensors/rhvWeather-01/hourly_rain': {
'resourceName': 'hourly_rain',
'resourceClass': 'ObservableProperty',
'resourceType': 'depth',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/hourly_rain'],
},
'/sensors/rhvWeather-01/daily_rain': {
'resourceName': 'daily_rain',
'resourceClass': 'ObservableProperty',
'resourceType': 'depth',
'interfaceType':'sensor',
'subscriber': ['mqtt://smartobjectservice.com:1883/sensors/rhvWeather-01/daily_rain'],
}
}


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4488065

Please sign in to comment.