Skip to content

Commit

Permalink
deletes unused service template, fixes command name in remaining serv…
Browse files Browse the repository at this point in the history
…ice scripts
  • Loading branch information
isaric committed Dec 3, 2023
1 parent a0d0085 commit 5f2ef0f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion services/goto.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
goto-preset -a ${CAMERA_ADDRESS} -u ${CAMERA_USER} -p ${CAMERA_PASSWORD} -t 30 -l 001
onvif-goto-preset -a ${CAMERA_ADDRESS} -u ${CAMERA_USER} -p ${CAMERA_PASSWORD} -t 30 -l 001
2 changes: 1 addition & 1 deletion services/motion.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
motion-poll -a ${CAMERA_ADDRESS} -u ${CAMERA_USER} -p ${CAMERA_PASSWORD} -n ${CAMERA_NAME} -s ${SLACK_WEBHOOK} -t 30 -b ${SLACK_BOT_TOKEN} -c ${SLACK_CHANNEL_ID}
onvif-motion-poll -a ${CAMERA_ADDRESS} -u ${CAMERA_USER} -p ${CAMERA_PASSWORD} -n ${CAMERA_NAME} -s ${SLACK_WEBHOOK} -t 30 -b ${SLACK_BOT_TOKEN} -c ${SLACK_CHANNEL_ID}
1 change: 0 additions & 1 deletion services/set-preset.sh

This file was deleted.

16 changes: 0 additions & 16 deletions services/[email protected]

This file was deleted.

2 changes: 1 addition & 1 deletion services/time.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set-time -a ${CAMERA_ADDRESS} -u admin -p ${CAMERA_PASSWORD}
onvif-set-time -a ${CAMERA_ADDRESS} -u admin -p ${CAMERA_PASSWORD}

0 comments on commit 5f2ef0f

Please sign in to comment.