-
Notifications
You must be signed in to change notification settings - Fork 0
/
shelly-library.json
37 lines (37 loc) · 1.59 KB
/
shelly-library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"fname": "dist/shelly-porssisahko.js",
"title": "Main script | All features (shelly-porssisahko.js)",
"description": "Main script with all features - supports multiple controls. Github: https://github.com/jisotalo/shelly-porssisahko-en"
},
{
"fname": "dist/shelly-porssisahko-1-instance-no-history.js",
"title": "Main script | One control without history",
"description": "Only one control without history (smaller memory usage)"
},
{
"fname": "dist/shelly-porssisahko-open-meteo-api.js",
"title": "Example | Using weather forecast",
"description": "Example: Uses weather forecast for the day to adjust number of cheapest hours."
},
{
"fname": "dist/shelly-porssisahko-addon-temp-hours.js",
"title": "Example | Using Plus Addon",
"description": "Example: Uses temperature measured by Shelly Plus Addon to adjust number of cheapest hours"
},
{
"fname": "dist/shelly-porssisahko-addon-temp.js",
"title": "Example | Using Plus Addon 2",
"description": "Example: Overrides output if needed by the temperature measured by Shelly Plus Addon"
},
{
"fname": "dist/shelly-porssisahko-ht-sensor-temp.js",
"title": "Example | Using Shelly H&T",
"description": "Example: Uses temperature measured by Shelly H&T to adjust number of cheapest hours"
},
{
"fname": "dist/shelly-porssisahko-config.js",
"title": "Setting script | Parallel script to adjust settings",
"description": "Can be used to change main script settings (for example remotely by Shelly app). Install as second script, change settings and run the script."
}
]