AutomationConnectIQCheck用のPowershellクラス AutomationConnectIQのCheckクラス動作のサンプル動画での実装のベースとなるクラス。 クラスの実装がちょっと長いんで、まずクラスを定義しているモジュールファイル(psm1)の保存先について、次にベースクラスを使った... 2021.01.18AutomationConnectIQ
AutomationConnectIQAutomationConnectIQのCheckクラス動作のサンプル動画 AutomationConnectIQを使うとどんなことができるのかのサンプル動画。 この動画ではFr45のみチェックしている。 前半、ウォッチフェイスが出るまでは初期設定を行っている。ウォッチフェイスが出てからはテスト項目に対して... 2021.01.17AutomationConnectIQ
GarminVisual Studio CodeでGarmin Connect IQの開発 Visual Studio CodeのマーケットプレイスにConnect IQの開発用の機能拡張が用意されていたので、VS Code上での環境構築からビルド・実行までまとめた。 機能拡張 インストールするのは、以下の2つ。 ... 2021.01.13Garmin
AutomationConnectIQAutomationConnectIQ-サンプル13 Automation Connect IQ SDK Ver0.3で追加したものに関しての説明。 Activity Monitorのテーブルを編集する機能 using namespace AutomationConnectIQ.Li... 2021.01.09AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル12 Automation Connect IQ SDK Ver0.3で追加したものに関しての説明。 Unit Test、Connect IQでは「Run No Evil」と呼ばれているものの実行。 using namespace ... 2021.01.08AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル11 Automation Connect IQ SDK Ver0.3で追加したものに関しての説明。 using namespace AutomationConnectIQ.Lib; $sdk = New-Object GarminSD... 2021.01.08AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-Ver0.3を追加 Ver0.3を本日公開。 Ver0.3.1を作ったのだが、日本語のヘルプが入っていないということが分かったため、すぐVer0.3.2を作成公開した。 利用方法のサンプルは別途。 機能追加項目 Activity Monitor I... 2021.01.07AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル10 Automation Connect IQ SDK PowerShellでクラスを作成し、今まで紹介したクラスを有効に活用できるものを紹介。 SimulatorActionクラス 各個人で修正する箇所は、ActionとPreの関数... 2021.01.01AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル9 Automation Connect IQ SDK ビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。 こちらはプロジェクトに登録されている全デバイスに対して処理をする関数。 using namespa... 2020.12.31AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル8 Automation Connect IQ SDK ビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。 まずは、1デバイスのビルド、シミュレーター起動を行うメソッドについて。 using namespace... 2020.12.31AutomationConnectIQ