Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
av01d committed Jan 29, 2021
1 parent 5e2a6bc commit 3d56ccf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ URL to PUT to | The URL which wil be called for each event of all devices. The U
The data that will be send is a simple JSON object:
```
{
device: <ID of device (int)>,
instance: <Device instance (int)>,
commandClass: <Command class (int)>,
title: <Title of device (string)>,
room: <Location of device (string)>,
vDevId: <ID of device (string)>
type: <Type of device (string)>,
lastLevel: <Last known level of device (string|int)>,
level: <Level of device (string|int)>,
modificationTime: <Timestamp of event (int)>
device: <ID of device (int)>,
instance: <Device instance (int)>,
commandClass: <Command class (int)>,
title: <Title of device (string)>,
room: <Location of device (string)>,
vDevId: <ID of device (string)>
type: <Type of device (string)>,
lastLevel: <Last known level of device (string|int)>,
level: <Level of device (string|int)>,
modificationTime: <Timestamp of event (int)>
}
```

0 comments on commit 3d56ccf

Please sign in to comment.