Skip to content

Commit

Permalink
renaming workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
roddone committed Jan 7, 2018
1 parent 8b197eb commit c8aba4c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion YeelightAPI/DeviceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
using YeelightClient.Models;
using YeelightAPI.Models;

namespace YeelightAPI
{
Expand Down
2 changes: 1 addition & 1 deletion YeelightAPI/Models/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace YeelightClient.Models
namespace YeelightAPI.Models
{
/// <summary>
/// Command used to send to the bulb
Expand Down
2 changes: 1 addition & 1 deletion YeelightAPI/Models/CommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace YeelightClient.Models
namespace YeelightAPI.Models
{
/// <summary>
/// Result received after a Command has been sent
Expand Down
2 changes: 1 addition & 1 deletion YeelightAPI/Models/Methods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace YeelightClient.Models
namespace YeelightAPI.Models
{
/// <summary>
/// Available Methodss
Expand Down
2 changes: 1 addition & 1 deletion YeelightAPI/Models/NotificationResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace YeelightClient.Models
namespace YeelightAPI.Models
{
/// <summary>
/// Notification, resulting of a command which has changed the state of the bulb
Expand Down
2 changes: 1 addition & 1 deletion YeelightAPI/Models/Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace YeelightClient.Models
namespace YeelightAPI.Models
{
/// <summary>
/// Available Properties
Expand Down
2 changes: 1 addition & 1 deletion YeelightAPI/Models/PropertyAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text;
using System.Threading.Tasks;

namespace YeelightClient.Models
namespace YeelightAPI.Models
{
/// <summary>
/// Attribute to set the real name of a Yeelight Enum
Expand Down
2 changes: 1 addition & 1 deletion YeelightAPI/NotificationReceivedEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using YeelightClient.Models;
using YeelightAPI.Models;

namespace YeelightAPI
{
Expand Down
1 change: 0 additions & 1 deletion YeelightAPIConsoleTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Text;
using System.Threading.Tasks;
using YeelightAPI;
using YeelightClient.Models;

namespace YeelightAPIConsoleTest
{
Expand Down

0 comments on commit c8aba4c

Please sign in to comment.