Beispiel #1
0
 public ActionService(AppDbContext context, ILogger <ActionService> logger, SmartThingsClient smartThingsClient)
 {
     _context           = context;
     _logger            = logger;
     _smartThingsClient = smartThingsClient;
 }
 public HueService(HueClient client, SmartThingsClient smartThingsClient)
 {
     _client            = client;
     _smartThingsClient = smartThingsClient;
 }
Beispiel #3
0
 public SmartLogic(SmartThingsClient smartThingsClient)
 {
     _smartThingsClient = smartThingsClient;
 }