Garmin-AutomationConnectIQAutomationConnectIQ-サンプル8 Automation Connect IQ SDK ビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。 まずは、1デバイスのビルド、シミュレーター起動を行うメソッドについて。 using namespace Auto...2020.12.31Garmin-AutomationConnectIQ
Garmin-AutomationConnectIQAutomationConnectIQ-サンプル9 Automation Connect IQ SDK ビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。 こちらはプロジェクトに登録されている全デバイスに対して処理をする関数。 using namespace Auto...2020.12.31Garmin-AutomationConnectIQ
Garmin-AutomationConnectIQAutomationConnectIQ-サンプル10 Automation Connect IQ SDK PowerShellでクラスを作成し、今まで紹介したクラスを有効に活用できるものを紹介。 SimulatorActionクラス 各個人で修正する箇所は、ActionとPreの関数。 Sim...2021.01.01Garmin-AutomationConnectIQ
Garmin-AutomationConnectIQAutomationConnectIQ-サンプル11 Automation Connect IQ SDK Ver0.3で追加したものに関しての説明。 using namespace AutomationConnectIQ.Lib; $sdk = New-Object GarminSDK -Pr...2021.01.08Garmin-AutomationConnectIQ
Garmin-AutomationConnectIQAutomationConnectIQ-サンプル13 Automation Connect IQ SDK Ver0.3で追加したものに関しての説明。 Activity Monitorのテーブルを編集する機能 using namespace AutomationConnectIQ.Lib; $s...2021.01.09Garmin-AutomationConnectIQ
Garmin-AutomationConnectIQAutomationConnectIQのCheckクラス動作のサンプル動画 AutomationConnectIQを使うとどんなことができるのかのサンプル動画。 この動画ではFr45のみチェックしている。 前半、ウォッチフェイスが出るまでは初期設定を行っている。ウォッチフェイスが出てからはテスト項目に対して状態を設...2021.01.17Garmin-AutomationConnectIQ
Garmin-AutomationConnectIQCheck用のPowershellクラス AutomationConnectIQのCheckクラス動作のサンプル動画での実装のベースとなるクラス。 クラスの実装がちょっと長いんで、まずクラスを定義しているモジュールファイル(psm1)の保存先について、次にベースクラスを使ったスクリ...2021.01.18Garmin-AutomationConnectIQ