mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
commit
941046051e
4 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
||||||
During install, the whole app need to be recompile using yarn, this lead to long installation time. Also, a temporary swap file will be created if less than 2Gb of memory (RAM+Swap) are available : Be sure to have enough space on disk.
|
During install, the whole app need to be recompile using yarn, this lead to long installation time. Also, a temporary swap file will be created if less than 2Gb of memory (RAM+Swap) are available : Be sure to have enough space on disk.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 8.14.2~ynh1
|
**Shipped version:** 8.15.0~ynh1
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://zwave-js.github.io/zwave-js-ui/#/>
|
* Official app website: <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||||
|
|
|
@ -32,7 +32,7 @@ Pour l'instant, bien que le package fonctionne (installation, désinstallation,
|
||||||
|
|
||||||
Pendant l'installation, la totalité de l'application doit être recompilé en utilisant yarn : cela amène à des temps d'installation très long. Un fichier de swap temporaire sera créé si moins de 2Go de mémoire sont disponibles (RAM + swap): Assurez vous d'avoir suffisament d'espace disque.
|
Pendant l'installation, la totalité de l'application doit être recompilé en utilisant yarn : cela amène à des temps d'installation très long. Un fichier de swap temporaire sera créé si moins de 2Go de mémoire sont disponibles (RAM + swap): Assurez vous d'avoir suffisament d'espace disque.
|
||||||
|
|
||||||
**Version incluse :** 8.14.2~ynh1
|
**Version incluse :** 8.15.0~ynh1
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://zwave-js.github.io/zwave-js-ui/#/>
|
* Site officiel de l’app : <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.14.2
|
SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.15.0
|
||||||
SOURCE_SUM=1f5890f5934103b471746cc5c34e09b97217eab9174beaed4a2b53b33264f242
|
SOURCE_SUM=a8aac1fd25000dc6dbdd92c8d91e22bf3ffe1492a914777371f9d6e5299a676d
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Zwave-JS-UI"
|
||||||
description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz"
|
description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz"
|
||||||
description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
|
description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
|
||||||
|
|
||||||
version = "8.14.2~ynh1"
|
version = "8.15.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Krakinou"]
|
maintainers = ["Krakinou"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue