mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +00:00
fix: remove references to Crestron.SimplSharp.CrestronIO
Replaced with System.IO. Also modified calls as necessary due to differences in API
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using Crestron.SimplSharp; // For Basic SIMPL# Classes
|
||||
using Crestron.SimplSharp.CrestronIO;
|
||||
using Crestron.SimplSharp.Net.Http;
|
||||
using Crestron.SimplSharp.Net.Https;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using PepperDash.Core.JsonToSimpl;
|
||||
using static Crestron.SimplSharp.Net.Http;
|
||||
using static Crestron.SimplSharp.Net.Https;
|
||||
|
||||
|
||||
namespace PepperDash.Core.WebApi.Presets;
|
||||
|
||||
Reference in New Issue
Block a user