自動化

Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル12

Automation Connect IQ SDKVer0.3で追加したものに関しての説明。Unit Test、Connect IQでは「Run No Evil」と呼ばれているものの実行。using namespace Automation...
Garmin-AutomationConnectIQ

AutomationConnectIQ-Ver0.3を追加

Ver0.3を本日公開。Ver0.3.1を作ったのだが、日本語のヘルプが入っていないということが分かったため、すぐVer0.3.2を作成公開した。利用方法のサンプルは別途。機能追加項目Activity Monitor Information...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル4

Automation Connect IQ SDK主に設定関連のメニュー操作に関して前半は、AutomationConnectIQ-サンプル2の冒頭部分のコードと同じ。その後のシミュレーター操作部分のみをここでは記載する。# トグル型メニュ...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル2

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

AutomationConnectIQ-サンプル3

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

AutomationConnectIQ-サンプル5

# 通知数の設定$sim.SetNotificationCount(4)# アラーム数の設定$sim.SetAlarmCount(3)# バッテリー情報の設定$sim.SetBatteryStatus(20, $false)# 各種ゴールの...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル6

# Diagnostics系の結果をもらう$sim.ToggleMenu(::LowPowerMode, $true)Start-sleep -Milliseconds 500 # 画面更新のための時間稼ぎ$val = $sim.GetTi...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル7

$time = $sim.CreateTime()$time.Open()$time.Time = Get-Date "2020-1-1 13:00:00"$time.Factor = 3$time.Action(::Start)Start...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル8

Automation Connect IQ SDKビルド、シミュレーター起動を行うコンビニエンスクラスCheckerの紹介。まずは、1デバイスのビルド、シミュレーター起動を行うメソッドについて。using namespace Automat...
Garmin-AutomationConnectIQ

AutomationConnectIQ-サンプル9

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