2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 23:06:05 +00:00

49_SSCam: HTTPS Support, buttons for refresh SSCamSTRM-devices

git-svn-id: https://svn.fhem.de/fhem/trunk@16942 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-07-03 20:28:09 +00:00
parent 83becdba5e
commit 0cee20e166

View File

@ -229,8 +229,8 @@
#
# Definition: define <name> SSCam <camname> <ServerAddr> [ServerPort]
#
# Example of defining a Cam-device: define CamCP1 SSCAM Carport 192.168.2.20 [5000]
# Example of defining a SVS-device: define SDS1 SSCAM SVS 192.168.2.20 [5000]
# Example of defining a Cam-device: define CamCP1 SSCAM Carport 192.168.2.20 [5000] [HTTP(S)]
# Example of defining a SVS-device: define SDS1 SSCAM SVS 192.168.2.20 [5000] [HTTP(S)]
#
package main;