Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marelab committed May 19, 2019
1 parent 3c4fbb1 commit 32c79f3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,38 @@ The message format is JSON it has to include the IP of the device & the command

### getuser
Sends all useres back over the <TOPIC>/accesslist
```
Json Command Format:
{cmd:'opendoor',doorip:'(The ESP-RFID IP of the door to open as String)'}
```

### listusr
Sends all useres back over <TOPIC>/send
```
Json Command Format:
{cmd:'opendoor',doorip:'(The ESP-RFID IP of the door to open as String)'}
```

### opendoor
Opens the Door / Magnetic Lock
```
Json Command Format:
{cmd:'opendoor',doorip:'(The ESP-RFID IP of the door to open as String)'}
```

### deletusers
Delete all users. It deletes all User SPIF files.
```
Json Command Format:
{cmd:'opendoor',doorip:'(The ESP-RFID IP of the door to open as String)'}
```

### adduser
Adds a User as SPIF File to the device. That can be shown/edit over the WebGUI
```
Json Command Format:
{cmd:'opendoor',doorip:'(The ESP-RFID IP of the door to open as String)'}
```



Expand Down

0 comments on commit 32c79f3

Please sign in to comment.