Skip to content

Commit 7b033c7

Browse files
committed
docs: add europe to region support
1 parent 47fb431 commit 7b033c7

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

docs/images/checkmark.png

1.9 KB
Loading

docs/images/cross.png

3.31 KB
Loading

docs/images/question.png

22.9 KB
Loading

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ Features Include:
6666
- Fresh and more responsive app UI
6767
- Siri voice support "Hey Siri, ask the car", "Warm the car"
6868
- Automations via IOS Shortcuts like walk-away lock and auto warm the car on a schedule
69+
- Unlimited Custom Climate configurations
6970
{: .fs-6 .fw-300 }

docs/pages/region.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The app uses the publically exposed BlueLink API, it is un-documented and varies
1313
As such support for each region / manufacturer requires custom development and testing. The current level of support is shown below.
1414
{: .fs-5 .fw-300 }
1515

16-
I am actively looking for e-gmp car owners from regions/manufacturers I do not currently support that would be willing to provide access to their account so I can develop support for there manufactuer and/or region. If your willing please [DM me on reddit](https://www.reddit.com/user/andyfase/).
16+
If you can confirm support for any un-tested regions (Noted via question-mark icon) or encounter a bug on a region that is supported, feel free to [DM me on reddit](https://www.reddit.com/user/andyfase/) or [raise a issue on github](https://github.com/andyfase/egmp-bluelink-scriptable/issues).
1717
{: .fs-5 .fw-300 }
1818

1919
# Current Known Region Support
@@ -31,31 +31,34 @@ I am actively looking for e-gmp car owners from regions/manufacturers I do not c
3131
<tr>
3232
<td rowspan=3 class="styled-table-col">Hyundai</td>
3333
<td>Canada</td>
34-
<td>&#x2705;</td>
34+
<td><img src="../images/checkmark.png" width="30"/></td>
3535
</tr>
3636
<tr>
3737
<td>US</td>
38-
<td style="text-size: 40">&#x2705;</td>
38+
<td style="text-size: 40"><img src="../images/checkmark.png" width="30"/></td>
3939
</tr>
4040
<tr class="styled-table-row">
4141
<td>Europe</td>
42-
<td>&#x274C;</td>
42+
<td><img src="../images/checkmark.png" width="30"/></td>
4343
</tr>
4444
<tr>
4545
<td rowspan=3 class="styled-table-col">Kia</td>
4646
<td>Canada</td>
47-
<td>&#x2705;</td>
47+
<td><img src="../images/checkmark.png" width="30"/></td>
4848
</tr>
4949
<tr>
5050
<td>US</td>
51-
<td>&#x274C;</td>
51+
<td><img src="../images/cross.png" width="30"/></td>
5252
</tr>
5353
<tr>
5454
<td>Europe</td>
55-
<td>&#x274C;</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"/>
56+
</td>
5657
</tr>
5758
</tbody>
5859
</table>
5960

61+
I am actively looking for a willing Kia US owner that could temporarily invite me / provide access to their car on bluelink so I can obtain network traces to support this region. If your willing please [DM me on reddit](https://www.reddit.com/user/andyfase/).
62+
{: .fs-3 .fw-300 }
6063

6164
----

0 commit comments

Comments
 (0)