Device Icons 0.1

This commit is contained in:
Jokob-sk
2023-01-15 17:27:23 +11:00
parent e0d8ade2d0
commit e7ac2321f2
6 changed files with 71 additions and 27 deletions

View File

@@ -154,6 +154,7 @@ function setDeviceData() {
dev_Owner = "'. quotes($_REQUEST['owner']) .'",
dev_DeviceType = "'. quotes($_REQUEST['type']) .'",
dev_Vendor = "'. quotes($_REQUEST['vendor']) .'",
dev_Icon = "'. quotes($_REQUEST['icon']) .'",
dev_Favorite = "'. quotes($_REQUEST['favorite']) .'",
dev_Group = "'. quotes($_REQUEST['group']) .'",
dev_Location = "'. quotes($_REQUEST['location']) .'",