Add 'device_camera' and 'device_securityalarm' values

This commit is contained in:
wikijm 2020-04-08 11:59:36 +02:00 committed by GitHub
parent fc03ca4bb8
commit d2b58c81f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package home
var clientTags = []string{
"device_audio",
"device_camera",
"device_gameconsole",
"device_laptop",
"device_nas", // Network-attached Storage
@ -9,6 +10,7 @@ var clientTags = []string{
"device_pc",
"device_phone",
"device_printer",
"device_securityalarm",
"device_tablet",
"device_tv",