Beispiel #1
0
        public void LedRedBlink()
        {
            var act_light = SKLight.create(3000, SKLight.LightEnum.RedBlink);

            act_light.runAction(otherPartDevice);
        }
Beispiel #2
0
        public void LedBule()
        {
            var act_light = SKLight.create(3000, SKLight.LightEnum.Green);

            act_light.runAction(otherPartDevice);
        }