Skip to content

Commit 088d031

Browse files
committed
doc updates for extended Siri Shortcuts and Kia Europe Region updates
1 parent a6c459f commit 088d031

File tree

6 files changed

+71
-13
lines changed

6 files changed

+71
-13
lines changed

docs/images/control-center.jpg

144 KB
Loading

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ Features Include:
6464

6565
- Homescreen and Lockscreen Widgets
6666
- Optional background auto-updating of widget data
67+
- One Click Control Center icons for common commands
68+
- Siri voice support "Hey Siri, Warm the car"
6769
- Fresh and more responsive app UI
68-
- Siri voice support "Hey Siri, ask the car", "Warm the car"
6970
- Automations via IOS Shortcuts like walk-away lock and auto warm the car on a schedule
7071
- Unlimited Custom Climate configurations
7172
{: .fs-6 .fw-300 }

docs/pages/control-center.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Control Center
3+
layout: home
4+
nav_order: 6
5+
---
6+
7+
# Control Center Support
8+
{: .fs-9 }
9+
10+
Once you have installed the common shortcuts listed in the [Siri](./siri.md) page. Those common shortcuts (lock, unlock, warm, cool) can be configured as single click icons on the [IOS Control Center](https://support.apple.com/en-ca/guide/iphone/iph59095ec58/ios).
11+
{: .fs-5 .fw-300 }
12+
13+
When setup the bottom 4 controls will be available as per the screenshot below:
14+
{: .fs-5 .fw-300 }
15+
16+
<img src="../images/control-center.jpg" width="300px">
17+
18+
## Setup
19+
20+
To setup these contols follow the [Apple Instructions](https://support.apple.com/en-ca/guide/iphone/iph59095ec58/ios) "Customize controls" section.
21+
{: .fs-5 .fw-300 }
22+
23+
- Choose "Add a Control"
24+
- Search for and choose "Shortcut"
25+
- Choose one of the common shortcuts installed from the [Siri](./siri.md) page
26+
- Resize the control to a small circle - which will automatically show the correct icon
27+
{: .fs-5 .fw-300 }
28+
29+
Repeat the above for all 4 controls.
30+
{: .fs-5 .fw-300 }
31+

docs/pages/install.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ As such, installation is a little more than just "install an app" but honestly n
1414

1515
Step 1: [Install the scriptable app](https://apps.apple.com/us/app/scriptable/id1405459188?uo=4)
1616
and open it.
17-
{: .fs-6 .fw-300 }
17+
{: .fs-4 .fw-300 }
1818

1919
Step 2: [Download the latest egmp-bluelink.js file](https://github.com/andyfase/egmp-bluelink-scriptable/releases) using your iPhone.
20-
{: .fs-6 .fw-300 }
20+
{: .fs-4 .fw-300 }
2121

2222
![image](../images/download.png)
2323

2424
Step 3: Using the IOS **Apple Files** app, move the `egmp-bluelink.js` file from the Downloads directory into the "iCloud Drive" -> "Scriptable" directory.
25-
{: .fs-6 .fw-300 }
25+
{: .fs-4 .fw-300 }
2626

2727
Step 4: Open the scriptable app and choose "egmp-bluelink". This launches the app for the first time and a settings screen will popup asking you to fill in your Bluelink login credentials, and set your preferences.
28-
{: .fs-6 .fw-300 }
28+
{: .fs-4 .fw-300 }
2929

3030
> Note: Your Bluelink credentials are securely kept on your IOS keychain, the bluelink scriptable app never sends your credentials to anywhere except the Bluelink API, just like the offical app.
3131
3232
Step 5: Once you enter your credentials and press "Save" the app will close. Click on "egmp-bluelink" again and the app will open and be available for use.
33-
{: .fs-6 .fw-300 }
33+
{: .fs-5 .fw-300 }
3434

35-
Step 6: Create a new widget on your homescreen of choice. [See the apple guide if you need help](https://support.apple.com/en-ca/118610).
36-
{: .fs-6 .fw-300 }
35+
Step 6: Create a new widget on your homescreen or lockscrren . [See the apple guide if you need help](https://support.apple.com/en-ca/118610). The [Widget Page](./widgets.md) shows the available widgets to choose from
36+
{: .fs-5 .fw-300 }
3737

3838
When configuring the widget, make sure you:
3939
{: .fs-5 .fw-300 }
@@ -44,7 +44,10 @@ When configuring the widget, make sure you:
4444
- For **"Script"** choose **egmp-scriptable**
4545
- For **"When Interacting"** choose **Run Script**
4646

47+
Step 7: (Optional but Recommended) Continue to install the [Siri IOS Shortcuts](./siri.md) and the [Control Center controls](./control-center.md)
48+
{: .fs-5 .fw-300 }
49+
4750
Thats it your done. Enjoy bluelink-scriptable!
48-
{: .fs-6 .fw-300 }
51+
{: .fs-5 .fw-300 }
4952

5053
----

docs/pages/region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you can confirm support for any un-tested regions (Noted via question-mark ic
5252
</tr>
5353
<tr>
5454
<td>Europe</td>
55-
<td><img src="../images/checkmark.png" width="30" title="Not Confirmed/Tested"/><img src="../images/question.png" width="32" title="Not Confirmed/Tested"/>
55+
<td><img src="../images/checkmark.png" width="30"/>
5656
</td>
5757
</tr>
5858
</tbody>

docs/pages/siri.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,38 @@
11
---
2-
title: Siri Setup
2+
title: Siri / Shortcuts
33
layout: home
44
nav_order: 5
55
---
66

7-
# Siri Support
7+
# Siri Shortcuts Support
88
{: .fs-9 }
99

10-
The app supports direct Siri interaction via the "Shortcuts" IOS app. A Shortcut download link is provided below that will install a shortcut called "Ask the Car"
10+
The app supports direct Siri interaction via the "Shortcuts" IOS app. A collection of Shortcut download link are provided below. These can be used both while talking to Siri, or through interaction through the [IOS control center](./control-center.md).
1111
{: .fs-5 .fw-300 }
1212

13+
## Common Commmands Shortcuts
14+
15+
These shortcuts can be used via Siri or through [Control Center](./control-center.md).
16+
17+
### Lock the Car - "Hey Siri, Lock the car"
18+
[Install "Lock Car" Shortcut](https://www.icloud.com/shortcuts/d38a927b5de54a2ca46999beacb95b9d)
19+
{: .fs-5 .fw-300 }
20+
21+
### UnLock the Car - "Hey Siri, Unlock the car"
22+
[Install "Unlock the Car" Shortcut](https://www.icloud.com/shortcuts/aba2db0d48d2420884fdcf205bf16022)
23+
{: .fs-5 .fw-300 }
24+
25+
### Warm the Car - "Hey Siri, warm the car"
26+
[Install "Warm the Car" Shortcut](https://www.icloud.com/shortcuts/700dc3f758124786a2c9b5bac9b004c4)
27+
{: .fs-5 .fw-300 }
28+
29+
### Cool the Car - "Hey Siri, Cool the car"
30+
[Install "Cool the Car" Shortcut](https://www.icloud.com/shortcuts/b2a392c34e58493da2422bee5e26676e)
31+
{: .fs-5 .fw-300 }
32+
33+
34+
35+
## Ask the Car Shortcut
1336
[Install "Ask the Car" Shortcut](https://www.icloud.com/shortcuts/b3bd704fa2bf4c6dabceec096c291342)
1437
{: .fs-5 .fw-300 }
1538

0 commit comments

Comments
 (0)