Added IP camera as device type

This commit is contained in:
jokob.sk
2022-10-02 23:02:13 +11:00
parent 32d5455f45
commit dc5deaab42

View File

@@ -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"