Compare commits

...

2 Commits

Author SHA1 Message Date
Cedric Verstraeten
c71cb71d08 We should reenable debugging, modifying to Info for now 2023-08-29 14:43:14 +02:00
Cedric Verstraeten
65a739ea75 logging PTZ functions 2023-08-29 14:30:25 +02:00

View File

@@ -55,6 +55,9 @@ func HandleONVIFActions(configuration *models.Configuration, communication *mode
// Check which PTZ Space we need to use
functions, _, _ := GetPTZFunctionsFromDevice(configurations)
// Log functions
log.Log.Info("HandleONVIFActions: functions: " + strings.Join(functions, ", "))
// Check if we need to use absolute or continuous move
canAbsoluteMove := false
canContinuousMove := false