mirror of
https://github.com/koush/scrypted.git
synced 2026-09-19 10:10:39 +01:00
snapshot: fix description
This commit is contained in:
@@ -67,7 +67,7 @@ class SnapshotMixin extends SettingsMixinDeviceBase<Camera> implements Camera {
|
||||
description: (this.mixinDeviceInterfaces.includes(ScryptedInterface.Camera)
|
||||
? 'Optional: '
|
||||
: '')
|
||||
+ 'The http(s) URL that points that retrieves the latest image from your camera.',
|
||||
+ 'The http(s) URL that retrieves a jpeg image from your camera.',
|
||||
placeholder: 'https://ip:1234/cgi-bin/snapshot.jpg',
|
||||
},
|
||||
snapshotsFromPrebuffer: {
|
||||
|
||||
Reference in New Issue
Block a user