| name | data type | description |
|---|---|---|
| isGrid | boolean | |
| weatherStationDataSourceId | number | |
| name | string | |
| defaultDescription | string | |
| uri | string | |
| datafetchUriExpression | string | |
| infoUriExpression | string | the infoUriExpression |
Example
{
"isGrid" : true,
"weatherStationDataSourceId" : 12345,
"name" : "...",
"defaultDescription" : "...",
"uri" : "...",
"datafetchUriExpression" : "...",
"infoUriExpression" : "..."
}