mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Added IP camera as device type
This commit is contained in:
@@ -775,8 +775,8 @@ function getDeviceTypes() {
|
|||||||
FROM Devices
|
FROM Devices
|
||||||
WHERE dev_DeviceType NOT IN ("",
|
WHERE dev_DeviceType NOT IN ("",
|
||||||
"Smartphone", "Tablet",
|
"Smartphone", "Tablet",
|
||||||
"Laptop", "Mini PC", "PC", "Printer", "Server", "Singleboard Computer (SBC)",
|
"Laptop", "Mini PC", "PC", "Printer", "Server", "Singleboard Computer (SBC)", "NAS",
|
||||||
"Game Console", "SmartTV", "TV Decoder", "Virtual Assistance",
|
"Domotic", "IP Camera", "Game Console", "SmartTV", "TV Decoder", "Virtual Assistance",
|
||||||
"Clock", "House Appliance", "Phone", "Radio",
|
"Clock", "House Appliance", "Phone", "Radio",
|
||||||
"AP", "Gateway", "Powerline", "Switch", "WLAN", "PLC", "Router","USB LAN Adapter", "USB WIFI Adapter" )
|
"AP", "Gateway", "Powerline", "Switch", "WLAN", "PLC", "Router","USB LAN Adapter", "USB WIFI Adapter" )
|
||||||
|
|
||||||
@@ -792,6 +792,7 @@ function getDeviceTypes() {
|
|||||||
UNION SELECT 2 as dev_Order, "NAS"
|
UNION SELECT 2 as dev_Order, "NAS"
|
||||||
|
|
||||||
UNION SELECT 3 as dev_Order, "Domotic"
|
UNION SELECT 3 as dev_Order, "Domotic"
|
||||||
|
UNION SELECT 3 as dev_Order, "IP Camera"
|
||||||
UNION SELECT 3 as dev_Order, "Game Console"
|
UNION SELECT 3 as dev_Order, "Game Console"
|
||||||
UNION SELECT 3 as dev_Order, "SmartTV"
|
UNION SELECT 3 as dev_Order, "SmartTV"
|
||||||
UNION SELECT 3 as dev_Order, "TV Decoder"
|
UNION SELECT 3 as dev_Order, "TV Decoder"
|
||||||
|
|||||||
Reference in New Issue
Block a user