Skip to content

Commit

Permalink
Add decoder entry for Sky.
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterMartin committed May 15, 2018
1 parent 3267882 commit 7e6c9f0
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion sample_config.json
Expand Up @@ -56,6 +56,31 @@
"sensor_status": {
"chords_var": "statair"
}
}
},
{
"_enabled": true,
"_wxflow_type": "ObsSky",
"_chords_inst_id": "2",
"_match": {
"type": "obs_sky",
"serial_number": "SK-00008875"
},
"obs":[
[0, "at"],
[1, "illum"],
[2, "uv"],
[3, "rain"],
[4, "wind_lull"],
[5, "wind_avg"],
[6, "wind_gust"],
[7, "wind_dir"],
[8, "vbat"],
[9, "rep_int"],
[10,"solar"],
[11,"rain_day"],
[12,"precip_typ"],
[13,"wind_int"]
]
}
]
}

0 comments on commit 7e6c9f0

Please sign in to comment.