Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:access_control_api [2017/04/13 15:15] 127.0.0.1 external edit |
en:access_control_api [2024/04/29 13:36] (current) alex |
||
|---|---|---|---|
| Line 66: | Line 66: | ||
| </code> | </code> | ||
| 1. //id// \\ | 1. //id// \\ | ||
| - | Access level ID. \\ \\ | + | Access level ID. The ID should be a number less than 32768(0x7FFF).\\ This is due to a limitation where this ID needs to be shared with floor levels for lift control.\\ \\ |
| 2. //name// \\ | 2. //name// \\ | ||
| Name of the access level that will be displayed on the BioStar application. \\ \\ | Name of the access level that will be displayed on the BioStar application. \\ \\ | ||
| Line 163: | Line 163: | ||
| <WRAP alert> | <WRAP alert> | ||
| **CAUTION**\\ | **CAUTION**\\ | ||
| - | You should avoid using 1 as the schedule ID. Schedule ID 1 is recognized as 'Always' for every device. | + | You should avoid using 0 and 1 as the schedule ID. \\ |
| + | Schedule ID 0 is recognized as 'Not used' and Schedule ID 1 is recognized as 'Always' for every device. | ||
| </WRAP> | </WRAP> | ||
| 2. //name// \\ | 2. //name// \\ | ||