2020-03-31 18:51:10 +02:00

13 lines
301 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace MyCore.Services.Devices
{
public class ActionService
{
// TODO it's here that action are thrown.. Call from Mqtt Or other service like controller if from RpiServices
}
}