diff --git a/README.md b/README.md index 08cb6be..bfca051 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,19 @@ This software handles data collection and processing for The Weather Channel's I * Firewall on the stock I2 image fixed to allow incoming connections from ``224.1.1.77`` on ports ``7787`` and ``7788`` * [Python 3.8.0](https://www.python.org/downloads/release/python-380/) +## Records +- [x] ADRecord - Airport Delays +- [ ] ClimatologyRecord - Record highs/lows +- [x] DDRecord - Daypart Forecast +- [x] DFRecord - Daily Forecast (7 Day Forecast) +- [x] ESRecord - Air Quality +- [x] IDRecord - Pollen +- [x] MORecord - Current Conditions +- [x] TIRecord - Tides +- [ ] TFRecord - Traffic Flow +- [ ] TNRecord - Traffic Incidents +- [ ] WMRecord - Marine Forecast + # Usage instructions [Download a release](https://github.com/the5dcrew/i2MessageEncoder-Rewrite/releases) for the most stable version, or clone the repository. @@ -16,4 +29,4 @@ Install the requirements in ``requirements.txt`` ``py -3 -m pip install -r requirements.txt`` -Drop your IntelliStar 2's ``MachineProductCfg.xml`` file into the root of the directory of the encoder, then run ``main.py``. \ No newline at end of file +Drop your IntelliStar 2's ``MachineProductCfg.xml`` file into the root of the directory of the encoder, then run ``main.py``.