Ejemplo n.º 1
0
        public void LedRedBlink()
        {
            var act_light = SKLight.create(3000, SKLight.LightEnum.RedBlink);

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

            act_light.runAction(otherPartDevice);
        }