From 353243fd6b8c72e2798c3fc3d8fad0d97a46c616 Mon Sep 17 00:00:00 2001 From: rworne Date: Mon, 21 Sep 2020 02:50:07 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fddc14f..5b43fb1 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,17 @@ Configure it as follows: "accessory": "gz-yeti", "service": "Switch", "name": "Yeti", - "url": "http://[your Yeti's IP Address]", - "model": "Your Yeti Model", - "devname": "Your Yeti device name", - "serialnumber": "Your Yeti Serial number", - "firmwareversion": "Your firmware revision", - "showHumidity": "no" + "model": "Yeti 3000", + "firmwareversion": "1.2.3", + "macaddress": "3C71BF7D7810", + "url": "[your Yeti's IP Address]" } ### Note: * Only the url is critical, the rest of the fields are for information or future development. These values can be found in the Yeti app. * name is the name of the device as it appears in Homekit * model appears under the detailed info page in the settings page for the device in Home.app. - * serialnumber appears under the detailed info page in the settings page for the device in Home.app. - * showHumidity will use the humidity sensor in Homekit to display the charge state of the battery - it's otherwise buried. + * macaddress appears under the detailed info page in the settings page for the device in Home.app. * firmware version is currently not used, it's there in case any future firmware updates cause breakage. * Siri responds to "Turn AC Power on/off", "Turn 12 volt power on/off", "Turn USB power on/off"