AutomationConnectIQ AutomationConnectIQ-Added Ver0.3 Ver0.3 released today.He made Ver0.3.1, but found that Japanese help was not included, so he immediately created and rel... 2021.01.07 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample3 Sample script for GPS related settings and screen capture in AutomationConnectIQ simulator. 2020.12.27 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample4 Automation Connect IQ SDKRegarding setting-related menu operations.The first half is the same as the code at the beginni... 2020.12.28 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample5 # Setting the number of notifications.$sim.SetNotificationCount(4)# Setting the number of alarms.$sim.SetAlarmCount(3)# ... 2020.12.29 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample6 # Get diagnostic results$sim.ToggleMenu(::LowPowerMode, $true)Start-sleep -Milliseconds 500 # Earn time to update the sc... 2020.12.30 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample7 $time = $sim.CreateTime()$time.Open()$time.Time = Get-Date "2020-1-1 13:00:00"$time.Factor = 3$time.Action(::Start)Start... 2020.12.30 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample8 Automation Connect IQ SDKIntroducing the convenience class Checker that builds and starts the simulator.First, about the... 2020.12.31 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample9 Automation Connect IQ SDKIntroducing the convenience class Checker that builds and starts the simulator.A function that ... 2020.12.31 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample10 Automation Connect IQ SDKIntroducing what you can create a class with PowerShell and make effective use of the classes i... 2021.01.01 AutomationConnectIQ
AutomationConnectIQ AutomationConnectIQ-Sample11 Automation Connect IQ SDKExplanation about what was added in Ver0.3.using namespace AutomationConnectIQ.Lib;$sdk = New-O... 2021.01.08 AutomationConnectIQ