You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Lunatone USB adapter you need to copy the file `99-lunatone-dali.rules` into the `udev` folder
84
74
and reload the `udev` rules.
85
75
86
-
```
87
-
sudo cp 99-lunatone-dali.rules /etc/udev/rules.d/
88
-
sudo udevadm control --reload-rules
89
-
```
76
+
sudo cp 99-lunatone-dali.rules /etc/udev/rules.d/
77
+
sudo udevadm control --reload-rules
78
+
90
79
This file grants everyone read/write access. If you want to restrict access,
91
-
you should modify MODE to "0660". You can then grant access to specific user
80
+
you should modify `MODE` to `0660`. You can then grant access to specific user
92
81
accounts by adding them to the plugdev group. Note that some Linux dirstibutions always require a per user permission. To grant permission to a specific user:
93
-
```
94
-
sudo usermod -a -G plugdev username
95
-
```
82
+
83
+
sudo usermod -a -G plugdev username
84
+
96
85
You will have to log out and then back in for the group change to take effect.
97
86
87
+
## Address- and Event-Schemes for Control Devices
88
+
89
+
see [Addressing](Adressing_103.md)
90
+
98
91
## Tests
99
92
100
-
To run the tests enter
101
-
```
102
-
cd tests
103
-
./run_tests.sh
104
-
```
93
+
see [README.md](tests/README.md)
105
94
106
95
## DALI frame format for serial input
107
96
108
97
Each DALI frame is expected to use the following format:
109
-
```
110
-
"{" <timestamp> <error> <bits> " " <data> "}"
111
-
```
98
+
99
+
"{" <timestamp> <error> <bits> " " <data> "}"
100
+
112
101
Only information framed by curly braces is interpreted. <br/>
0 commit comments