From d2d31078c00871d718236da4e92590f12a2e470d Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Tue, 10 Dec 2024 17:11:09 -0500 Subject: [PATCH] Update readme --- README.md | 8 ++++---- library.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94d9f47..30f04fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# tiny-gea3-api -[![Tests](https://github.com/geappliances/tiny-gea3-api/actions/workflows/test.yml/badge.svg)](https://github.com/geappliances/tiny-gea3-api/actions/workflows/test.yml) +# tiny-gea-api +[![Tests](https://github.com/geappliances/tiny-gea-api/actions/workflows/test.yml/badge.svg)](https://github.com/geappliances/tiny-gea-api/actions/workflows/test.yml) PlatformIO library for interacting with GE Appliances products supporting the half-duplex GEA2 serial protocol and the full-duplex GEA3 serial protocol using the [`tiny`](https://github.com/ryanplusplus/tiny) HAL. @@ -7,10 +7,10 @@ PlatformIO library for interacting with GE Appliances products supporting the ha ### `tiny_gea3_interface` Provides a simple interface for sending and receiving GEA3 serial packets. -## `tiny_gea2_interface` +### `tiny_gea2_interface` Provides a simple interface for sending and receiving GEA2 serial packets on a half duplex setup. -### `tiny_erd_client` +### `tiny_gea3_erd_client` Provides a simple interface for reading and writing addressable data (ERDs) over a GEA3 serial interface. ## Dev Environment diff --git a/library.json b/library.json index cb00cb5..e8e48ff 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "maintainer": true } ], - "version": "1.0.0", + "version": "1.0.1", "frameworks": "*", "platforms": "*", "export": {