Ejemplo n.º 1
0
 private IEnumerable <IGatewayActionable> CreateActionable(IInstance entity, Command.Response.Device device)
 {
     return(Enumerable.Empty <IGatewayActionable>());
 }
Ejemplo n.º 2
0
 private IEnumerable <IGatewayObservable> CreateObservable(IInstance entity, Command.Response.Device device)
 {
     return(_observableFactory.CreateForEntityDeviceType(entity, device.DeviceType));
 }