diff --git a/fhem/FHEM/49_IPCAM.pm b/fhem/FHEM/49_IPCAM.pm index 8be7a02ae..b763e3f82 100644 --- a/fhem/FHEM/49_IPCAM.pm +++ b/fhem/FHEM/49_IPCAM.pm @@ -839,11 +839,13 @@ DetailFn { attr ipcam cmd01 led_mode=0
attr ipcam cmd02 resolution=8
+
  • cmd01data, cmd02data, ...
    You can define the POST data that is to be sent with the according cmd.
    If this is defined, the request will be POST instead of GET.
    Example:
    attr ipcam cmd01data [{"cmd":"Login"},{"cmd":"SetOSD"}] +
  • cmdPanLeft, cmdPanRight, cmdTiltUp, cmdTiltDown, cmdStep
    Depending of the camera model, are different commands necessary.