6 lines
205 B
C#
6 lines
205 B
C#
// Common usings for NetDaemon apps
|
|
global using System;
|
|
global using System.Reactive.Linq;
|
|
global using NetDaemon.AppModel;
|
|
global using NetDaemon.HassModel;
|
|
global using NetDaemon.HassModel.Integration;
|