Added two new accessories for a readonly thermometer and hygrometer (humidity meter) based on HttpAccessory.

This commit is contained in:
stevetrease@gmail.com
2015-10-10 14:41:00 +01:00
parent fd420c7795
commit 4a831422eb
3 changed files with 164 additions and 1 deletions

View File

@@ -164,7 +164,20 @@
"off_url": "https://192.168.1.22:3030/devices/23222/off",
"brightness_url": "https://192.168.1.22:3030/devices/23222/brightness/%b",
"http_method": "POST"
},{
},
{
"accessory": "HttpHygrometer",
"name": "Kitchen",
"url": "http://host/URL",
"http_method": "GET"
},
{
"accessory": "HttpThermometer",
"name": "Garage",
"url": "http://home/URL",
"http_method": "GET"
},
{
"accessory": "ELKM1",
"name": "Security System",
"description": "Allows basic control of Elk M1 security system. You can use 1 of 3 arm modes: Away, Stay, Night. If you need to access all 3, create 3 accessories with different names.",