Koushik Dutta
0c641ccf6c
common: createAsyncQueueFromGenerator should not read as fast as possible.
2024-11-06 10:07:03 -08:00
Koushik Dutta
5899ad866a
openvino: invalid device recovery
2024-11-05 08:38:52 -08:00
Koushik Dutta
17ecb56259
openvino: initial yuv support
2024-11-04 12:04:18 -08:00
Koushik Dutta
ffeade08ca
postbeta
2024-11-04 10:32:08 -08:00
apocaliss92
49a567fb51
reolink: floodlights ( #1633 )
...
* Reolink floodlight support
* Fix on state check
* Flashlight interval removed
* Code cleanup
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-11-03 08:49:30 -08:00
Koushik Dutta
aac104f386
install: doc amdgpu-install
2024-11-01 21:46:59 -07:00
Koushik Dutta
b4aff117ce
install: add kfd for amd support
2024-11-01 21:44:39 -07:00
Koushik Dutta
13d4519a35
install: amd cleanup
2024-11-01 21:42:09 -07:00
Koushik Dutta
743102c965
install: amd graphics
2024-11-01 21:41:40 -07:00
Koushik Dutta
315e5bb6e6
proxmox: add support for explicit directories in disk setup script
2024-11-01 14:08:49 -07:00
Koushik Dutta
6ddef853ad
predict: publish
2024-11-01 10:52:30 -07:00
Koushik Dutta
5848cf1e5e
predict: Fix nans in payloads causing plugin crash, add support for yuv models
2024-11-01 10:34:29 -07:00
Koushik Dutta
f00f650b4f
docker: add libvulkan1
2024-10-31 18:22:17 -07:00
Koushik Dutta
e9d73c6faa
server: do not serialize python nan in rpc protocol.
...
This causes protocol failure and plugin to be killed. Javascript behavior is to convert NaN to null.
Mimicing this behavior ensures stability though all JSON dicts are recursively inspected.
2024-10-31 10:44:08 -07:00
Koushik Dutta
b6d601ebc4
sdk: add boolean to SerializableType
2024-10-31 09:20:14 -07:00
Koushik Dutta
1b58b0dd9b
sdk: Image ffmpegFormats flag
2024-10-31 09:18:05 -07:00
Koushik Dutta
1b5ef3103e
sdk: publish
2024-10-29 12:27:02 -07:00
Koushik Dutta
78236a54b8
postrelease
2024-10-29 12:22:35 -07:00
Koushik Dutta
ec2e4d64fd
rebroadcast: set online/offline state without prebuffer requirement
v0.122.0
2024-10-29 12:21:40 -07:00
Koushik Dutta
44644448f5
postbeta
2024-10-29 12:07:01 -07:00
Koushik Dutta
0a86d5c4ea
server: disable auto transferable Buffers
2024-10-29 12:06:48 -07:00
Koushik Dutta
20282e05ea
Merge branch 'main' of github.com:koush/scrypted
2024-10-29 12:05:53 -07:00
Koushik Dutta
9d6b405fa9
postbeta
2024-10-29 12:05:45 -07:00
Koushik Dutta
b82ce5ff45
server: disable auto transferable Buffers
2024-10-29 12:05:33 -07:00
apocaliss92
f461198e1e
reolink: battery params supported ( #1621 )
...
* Reolink battery params supported
* Style restored
* Battery check interval incresed
* Fix battery checks
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-10-28 18:36:17 -07:00
Jacob McSwain
7505e6907a
feat(sdk): add support for notification channel in NotifierOptions ( #1625 )
...
* feat(sdk): add support for notification channel in NotifierOptions
This change spins off from conversation at https://github.com/scryptedapp/homeassistant/pull/1 and allows consumers of the `Notifier` interface to specify a channel for notifications to be sent to. Android platforms can use this to send notifications to a specific channel, allowing the user to have fine-grained control over the audio and priority of the notifications they receive.
* chore(sdk): place Android notification channel under the android object
* fix(automation-actions): remove channel from UI
2024-10-27 01:38:56 -05:00
apocaliss92
c1046d5706
HomeKit: Add flag to not autoenable devices on creation ( #1626 )
...
* Add flag to not autoenable devices on creation
* Invert naming logic
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-10-27 01:38:24 -05:00
Koushik Dutta
a61c06b607
remove dev site
2024-10-26 16:19:52 -05:00
Koushik Dutta
d3df5742e6
update index
2024-10-26 15:35:44 -05:00
Koushik Dutta
68ac42ca46
sdk: new dev site
2024-10-26 11:51:20 -05:00
apocaliss92
bb7c6ef8b9
reolink: Fix check for reolink nvrs ( #1624 )
...
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-10-23 09:35:01 -05:00
apocaliss92
446e8ed61e
reolink: add nvr flag ( #1620 )
...
* Reolink - Fix name/model fetching if homehub
* Checks removed
* style change removed
* Change logic for earlier returns
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-10-21 14:02:20 -07:00
Koushik Dutta
80372b35f2
npu: update drivers
2024-10-21 11:29:08 -07:00
Koushik Dutta
57eff2f296
Merge branch 'main' of github.com:koush/scrypted
2024-10-21 10:39:44 -07:00
Koushik Dutta
d996088041
sdk: fix deprecation on getCloudEndpoint
2024-10-21 10:39:40 -07:00
apocaliss92
04be70019b
Reolink - Fix get ability ( #1616 )
...
* Reolink - Fix get ability
* getAbility current behavior kept
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-10-20 15:20:26 -07:00
Koushik Dutta
51732d0dcd
proxmox: preserve hostname
2024-10-19 21:48:19 -07:00
Koushik Dutta
e40bc3ddee
proxmox: preserve hostname
2024-10-19 21:38:07 -07:00
Koushik Dutta
3f4409e1c3
Merge branch 'main' of github.com:koush/scrypted
2024-10-19 21:26:23 -07:00
Koushik Dutta
63b7616ab3
proxmox: preserve mac address
2024-10-19 21:26:17 -07:00
apocaliss92
29059691ce
Alexa: add option to not auto enable devices ( #1615 )
...
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-10-19 16:10:42 -07:00
apocaliss92
531a9d28dc
reolink: Reolink only-token client added ( #1614 )
...
* Reolink only-token client added
* Reolink auth fixes
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2024-10-19 15:06:35 -07:00
Koushik Dutta
3314b4d9ca
reolink: publish
2024-10-18 20:30:40 -07:00
Koushik Dutta
37df9810c8
diagnostics: deprecate electron-core
2024-10-18 10:39:10 -07:00
Koushik Dutta
47c1cbba3c
lxc-docker: shuffle volumes for faster resets
2024-10-18 09:53:52 -07:00
Koushik Dutta
ded7e549bb
lxc-docker: link to docs for mount point specifics
2024-10-18 09:25:17 -07:00
Koushik Dutta
abb2b85cec
lxc-docker: fix mp restore
2024-10-18 09:16:50 -07:00
Koushik Dutta
7d157d2882
lxc-docker: fix message line length
2024-10-18 09:14:01 -07:00
Koushik Dutta
c6c0a225dd
lxc-docker: update messaging
2024-10-18 09:12:22 -07:00
Koushik Dutta
276fc386ec
Merge branch 'main' of github.com:koush/scrypted
2024-10-18 09:08:15 -07:00