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
Copy file name to clipboardExpand all lines: API_SCHEMA.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,27 +359,28 @@ Base schema.
359
359
360
360
## Schema 48
361
361
362
-
- Added typed endpoint access-control commands:
363
-
-`endpoint.get_user_capabilities_cached`
364
-
-`endpoint.get_credential_capabilities_cached`
365
-
-`endpoint.get_user`
366
-
-`endpoint.get_user_cached`
367
-
-`endpoint.get_users`
368
-
-`endpoint.get_users_cached`
369
-
-`endpoint.set_user`
370
-
-`endpoint.delete_user`
371
-
-`endpoint.delete_all_users`
372
-
-`endpoint.get_credential`
373
-
-`endpoint.get_credential_cached`
374
-
-`endpoint.get_credentials`
375
-
-`endpoint.get_credentials_cached`
376
-
-`endpoint.set_credential`
377
-
-`endpoint.delete_credential`
378
-
-`endpoint.start_credential_learn`
379
-
-`endpoint.cancel_credential_learn`
380
-
-`endpoint.get_admin_code`
381
-
-`endpoint.set_admin_code`
382
-
- These commands expose the unified user/credential API in zwave-js directly through the server, including User Credential CC and User Code CC fallback behavior handled by zwave-js.
362
+
- Added typed endpoint access-control commands under the `endpoint.access_control.*` namespace:
- These commands expose the unified user/credential API in zwave-js directly through the server, including User Credential CC and User Code CC fallback behavior handled by zwave-js. Applications should call `endpoint.access_control.is_supported` to check whether an endpoint exposes the API before using the other commands.
383
384
- Added node events for unified access control handling:
0 commit comments