PowerShell

Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル9

Automation Connect IQ SDKビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。こちらはプロジェクトに登録されている全デバイスに対して処理をする関数。using namespace Automat...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル10

Automation Connect IQ SDKPowerShellでクラスを作成し、今まで紹介したクラスを有効に活用できるものを紹介。SimulatorActionクラス各個人で修正する箇所は、ActionとPreの関数。Simulat...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル11

Automation Connect IQ SDKVer0.3で追加したものに関しての説明。using namespace AutomationConnectIQ.Lib;$sdk = New-Object GarminSDK -Prope...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル13

Automation Connect IQ SDKVer0.3で追加したものに関しての説明。Activity Monitorのテーブルを編集する機能using namespace AutomationConnectIQ.Lib;$sdk =...
Garmin-AutomationConnectIQ

AutomationConnectIQのCheckクラス動作のサンプル動画

AutomationConnectIQを使うとどんなことができるのかのサンプル動画。この動画ではFr45のみチェックしている。前半、ウォッチフェイスが出るまでは初期設定を行っている。ウォッチフェイスが出てからはテスト項目に対して状態を設定し...
PowerShell

PowerShell-画像の一括リサイズ

ダイビング以外のブログ用写真は、オリンパスのTG-4で撮っており、実際に掲載する際には、縦横30%ぐらいにリサイズしている。リサイズには、Windowsの標準ソフトのペイントを使っているのだが、枚数が多いと結構手間。そこで、プログラムを使っ...
Garmin-AutomationConnectIQ

Check用のPowershellクラス

AutomationConnectIQのCheckクラス動作のサンプル動画での実装のベースとなるクラス。クラスの実装がちょっと長いんで、まずクラスを定義しているモジュールファイル(psm1)の保存先について、次にベースクラスを使ったスクリプ...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル1

AutomationConnectIQのGarminSDKとJungleクラスを使い、ビルド処理をPowerShellで実行するためのサンプルスクリプト。
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル2

AutomationConnectIQのシミュレーターの起動までをPowerShellで実行するためのサンプルスクリプト。
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル3

AutomationConnectIQのシミュレーターでGPS関連の設定と画面キャプチャを行うサンプルスクリプト。
Sponsored Link