Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f512c3

Browse files
committedFeb 4, 2025·
Removed redundant newtonsoft.json dependency
1 parent 1b270d0 commit 4f512c3

File tree

80 files changed

+1675
-1942
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1675
-1942
lines changed
 

‎MiHomeLib/ActionProcessors/AsyncBleEventMethodProcessor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Text.Json.Nodes;
33
using Microsoft.Extensions.Logging;
44
using MiHomeLib.DevicesV3;
5+
using MiHomeLib.Utils;
56

67
namespace MiHomeLib.ActionProcessors;
78

‎MiHomeLib/ActionProcessors/ZigbeeHeartBeatCommandProcessor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Text.Json.Nodes;
44
using Microsoft.Extensions.Logging;
55
using MiHomeLib.DevicesV3;
6+
using MiHomeLib.Utils;
67

78
namespace MiHomeLib.ActionProcessors;
89

0 commit comments

Comments
 (0)
Please sign in to comment.