|
fdd46edb6a
|
Do not force type cohercion on bool values - !!parseInt(true) = false in JavaScript, for some reason
|
2021-03-16 20:11:49 +01:00 |
|
|
b9738d88df
|
Added some temporary debug lines to Z-Wave's Value.vue to investigate setValue issues
|
2021-03-16 20:00:25 +01:00 |
|
|
ce0ca2e9ee
|
Explicitly pass the new value on the Z-Wave setValue handler in case of binary toggles, since the target element can't be reliably determined
|
2021-03-16 19:37:42 +01:00 |
|
|
f8564c19cd
|
Added log.http backend to monitor HTTP logs [closes #167]
|
2021-03-16 00:03:32 +01:00 |
|
|
1d3d741212
|
Fixed Sphinx build warnings
|
2021-03-14 01:09:01 +01:00 |
|
|
b171cb1012
|
A click on a Z-Wave binary event should result in the value being toggled, not rewritten [see #176]
|
2021-03-14 01:05:02 +01:00 |
|
|
352d421e61
|
Added file.monitor backend [closes #172]
The file.monitor backend leverages watchdog instead of the Linux-only
inotify API and it replaces the inotify backend.
|
2021-03-14 00:08:20 +01:00 |
|
|
6f224cbda9
|
Removed legacy "local" backend and pusher script
|
2021-03-13 01:52:15 +01:00 |
|
|
02f6845e72
|
- Added weather.openweathermap plugin and backend, as a replacement for Darksky [closes #177]
- Added note to the Darksky plugin about the decomissioning of the API by the end of the year
|
2021-03-12 01:31:26 +01:00 |
|
|
40834f7ce5
|
The zigbee2mqtt backend should use a suffix for the default client_id to prevent clashes with the default client_id from the MQTT backend [see #175]
|
2021-03-11 19:24:13 +01:00 |
|
|
22dad79dd5
|
Merge pull request #166 from BlackLight/dependabot/npm_and_yarn/platypush/backend/http/webapp/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /platypush/backend/http/webapp
|
2021-03-10 11:38:07 +01:00 |
|
|
211025cedb
|
The redis_queue parameter is not necessarily defined on the app config
|
2021-03-10 11:15:06 +01:00 |
|
dependabot[bot]
|
da27ed7546
|
Bump elliptic from 6.5.3 to 6.5.4 in /platypush/backend/http/webapp
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-10 10:00:42 +00:00 |
|
|
775478fff0
|
Improvement management of Z-Wave value types from the web panel
|
2021-03-10 10:58:51 +01:00 |
|
|
093bac3a60
|
- Addressed comments in #174
- Replaced active_scan flag with a list of track_devices
|
2021-03-09 19:03:04 +01:00 |
|
|
4902475caf
|
Added active_scan mode to bluetooth.scanner backend to actively perform a lookup name on each device discovered at least once [see #174]
|
2021-03-09 11:50:59 +01:00 |
|
|
090e7d6de8
|
Support for specifying the application Redis queue from the command line or service constructor
|
2021-03-06 19:22:13 +01:00 |
|
|
73e16fa6b1
|
Updated web app files
|
2021-03-05 21:43:16 +01:00 |
|
|
d860d8aef1
|
Added SmartThings switch web plugin
|
2021-03-05 21:29:32 +01:00 |
|
|
4ada1c663d
|
Added SmartThings plugin [#148]
|
2021-03-05 02:23:28 +01:00 |
|
|
210cefc1a4
|
General improvements on the Zeroconf plugin and backend
|
2021-03-03 19:20:12 +01:00 |
|
|
66445cb4e4
|
- Do not parse Zeroconf info at all if not available
- Temporarily skip test_procedure until I find a proper way to clean up the status from the previous run and start a fresh platform
|
2021-02-27 21:11:37 +01:00 |
|
|
b4f9472fc5
|
- Proper expansion of the context variables on functional procedure call
- Expanded and refactored tests framework
- Added test_procedure
|
2021-02-27 15:01:25 +01:00 |
|
|
9e4daacd74
|
Aligning flex elements to the right with justify-content: right doesn't work on Chromium-based browsers - use flex-end instead
|
2021-02-26 21:10:45 +01:00 |
|
|
a5f02c6a30
|
The /hook route should not require token authentication - authentication is up to the hook implementation
|
2021-02-24 22:21:01 +01:00 |
|
|
2800bac3fb
|
Make sure that all hanging threads, backends and services are stopped and their resources cleaned up when the application stops.
|
2021-02-23 23:09:26 +01:00 |
|
|
04a23d555d
|
Updated README (it hadn't been updated for ages)
|
2021-02-22 02:53:20 +01:00 |
|
|
67702d3cc8
|
Rephrased disclaimer for the Google assistant backend
|
2021-02-22 01:41:54 +01:00 |
|
|
6df336465f
|
Fixed nested list style in backend.http documentation
|
2021-02-22 01:35:42 +01:00 |
|
|
ffb7a3e5a3
|
Extended and updated pieces of documentation on the HTTP server, Zigbee2mqtt and mpd. Also added example dashboard template and event hook script.
|
2021-02-22 01:20:01 +01:00 |
|
|
10eb0c12aa
|
Don't fail hard if the web app is initialized without access to a configuration file (e.g. from a ReadTheDocs build environment)
|
2021-02-21 23:30:05 +01:00 |
|
|
53fb254c57
|
js dependencies updated
|
2021-02-21 18:47:26 +01:00 |
|
|
727094467d
|
Fixed some UI elements for Chrome on mobile
|
2021-02-21 18:10:22 +01:00 |
|
|
3e777bd19f
|
Media buttons should have no background by default
|
2021-02-21 02:15:27 +01:00 |
|
|
7922ae4801
|
Removed old templates/ and static/ web directories
|
2021-02-21 00:41:40 +01:00 |
|
|
94c35e210e
|
Migrated /plugin/<pluginName> route
|
2021-02-21 00:39:06 +01:00 |
|
|
34892e227a
|
The webapp dist/ folder should actually be under the webapp dir
|
2021-02-20 23:26:25 +01:00 |
|
|
856eb720b0
|
Migrated execute panel
|
2021-02-20 23:12:54 +01:00 |
|
|
94ad14f23f
|
Migrated Samsung TV web panel
|
2021-02-20 01:18:05 +01:00 |
|
|
c8fa61cc4f
|
Fixed navigator scrolling and style
|
2021-02-19 22:55:31 +01:00 |
|
|
8ab72e8f94
|
Upgraded axios and bulma
|
2021-02-19 21:06:58 +01:00 |
|
|
6b5b50d186
|
Migrated switches plugin
|
2021-02-19 20:47:29 +01:00 |
|
|
56f8d85feb
|
Migrated switches web panel and refactored switch plugins to expose a more consistent interface
|
2021-02-19 02:54:12 +01:00 |
|
|
51de11da25
|
Finalized migration of camera and sound plugins
|
2021-02-17 01:02:57 +01:00 |
|
|
ca2fd60950
|
Migrated camera.android.ipcam UI
|
2021-02-16 23:56:43 +01:00 |
|
|
e508d453ba
|
Set better default scaling for camera.ir.mlx90640 UI
|
2021-02-16 22:57:09 +01:00 |
|
|
12e1c60f6c
|
Fixed camera.ir.mlx90640 UI panel reference and RSS widget font
|
2021-02-16 22:42:43 +01:00 |
|
|
8c3ba9f367
|
Migrated camera.pi and camera.ir.mlx90640 UI panels
|
2021-02-16 20:14:20 +01:00 |
|
|
41acb02eb0
|
Migrated camera.cv/camera.ffmpeg/camera.gstreamer UI panels
|
2021-02-16 01:51:37 +01:00 |
|
|
748609c6f4
|
Migrated settings panel and logout button
|
2021-02-15 23:09:27 +01:00 |
|