Add queue kiosk and display devices for Care Queue management.
Deploy Ladill Care / deploy (push) Successful in 39s
Deploy Ladill Care / deploy (push) Successful in 39s
Register walk-up kiosks and waiting-room display devices under Devices, with public kiosk ticket issue and linked TV boards surfaced in sidebar and Queue shortcuts. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -546,6 +546,8 @@ return [
|
||||
],
|
||||
|
||||
'device_types' => [
|
||||
'kiosk' => 'Queue kiosk',
|
||||
'display' => 'Queue display',
|
||||
'barcode_scanner' => 'Barcode scanner',
|
||||
'qr_scanner' => 'QR scanner',
|
||||
'badge_printer' => 'Badge / label printer',
|
||||
@@ -558,6 +560,12 @@ return [
|
||||
'other' => 'Other',
|
||||
],
|
||||
|
||||
/** Queue walk-up devices (not clinical agents). */
|
||||
'queue_device_types' => [
|
||||
'kiosk',
|
||||
'display',
|
||||
],
|
||||
|
||||
/** Types that need a local Care Device Agent (Pro+). Wedge scanners stay free. */
|
||||
'device_agent_types' => [
|
||||
'thermometer',
|
||||
|
||||
Reference in New Issue
Block a user