Alano Terblanche
Alano Terblanche
Found another potential value that could be an enum selection. On the network ddns settings one can specify the type, such as `no-ip`. There are no example range values for...
NetworkEmail has a couple of potential enums. Setting `attachment`, `interval` or `table` shouldn't be so ambiguous. networkEmail := &models.NetworkEmail{ Username: "", Password: "", Addr1: "", Addr2: "", Addr3: "", Attachment:...
NetworkFTP also has a couple of potential enums. Setting `interval`, `maxSize`, `mode`, `streamType` and `table`. networkFtp := &models.NetworkFTP{ Username: "", Password: "", Anonymous: false, Interval: 30, MaxSize: 100, Mode: 0,...
@velzend This looks quite good :) Why not submit a PR? :upside_down_face:
@vvoland did you want this merged soon?
What camera are you trying this on? I think only some camera's support motion detection. Maybe the library is incorrect here, PR's are welcome!
Could we also use conventional commits on the PR title? I know this repository doesn't have any real guidelines on this and in the past it's been quite lax, but...
> I haven't used git/github for several years. Not really up on current conventions. Sorry. np :)
@focher Is your home directory owned by you or by root? You can see it by running `ls -lh` inside your home directory.
Yes you're right, I checked the code again and it looks like we don't create the file. To get the installation going, create the file and try the install again....