Skip to content

Commit

Permalink
Readme Fix
Browse files Browse the repository at this point in the history
Fix Typo and Config Missing Data in readme.md
  • Loading branch information
The009 committed Aug 28, 2018
1 parent 7513028 commit 90a2c6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SmartSwitchPHPContoller
# SmartSwitchPHPController
A CLI or Web Interface written in PHP Using Sockets to directly control TP-Link Smart Switches

**Requires PHP With Socksts** Web Interface Requires A Web Server
Expand All @@ -8,10 +8,10 @@ A CLI or Web Interface written in PHP Using Sockets to directly control TP-Link

**To add devices to the web interface EDIT/Follow The example of devices.csv**
```
deviceName,deviceIP,devicePort,deviceType
Living Room Light,10.0.0.100,9999,HS200
Living Room Lamp,10.0.0.105,9999,HS105
Bedroom Light,10.0.0.102,9999,HS200
deviceName,deviceIP,devicePort,deviceType,group
Living Room Light,10.0.0.100,9999,HS200,Living Room Lights
Living Room Lamp,10.0.0.105,9999,HS105,Living Room Lights
Bedroom Light,10.0.0.102,9999,HS200,
```

**To Enable The Command Line Interface Edit index.php**
Expand Down

0 comments on commit 90a2c6c

Please sign in to comment.