Update AcPower and Dc Power Devices under the folder devices
This commit is contained in:
parent
8b5c1516ca
commit
05926994b7
|
@ -1,6 +1,6 @@
|
||||||
using InnovEnergy.Lib.Units.Composite;
|
using InnovEnergy.Lib.Units.Composite;
|
||||||
|
|
||||||
namespace InnovEnergy.App.SaliMax.VirtualDevices;
|
namespace InnovEnergy.App.SaliMax.Devices;
|
||||||
|
|
||||||
public class AcPowerDevice
|
public class AcPowerDevice
|
||||||
{
|
{
|
|
@ -1,6 +1,6 @@
|
||||||
using InnovEnergy.Lib.Units.Power;
|
using InnovEnergy.Lib.Units.Power;
|
||||||
|
|
||||||
namespace InnovEnergy.App.SaliMax.VirtualDevices;
|
namespace InnovEnergy.App.SaliMax.Devices;
|
||||||
|
|
||||||
public class DcPowerDevice
|
public class DcPowerDevice
|
||||||
{
|
{
|
Loading…
Reference in New Issue