Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.tvprogram

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.tvprogram - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

113

admin/jsonConfig.json
{
"type": "tabs",
"i18n": true,
"items": {
"mainTab": {
"type": "panel",
"label": "Main settings",
"items": {
"refresh": {
"type": "number",
"min": 5,
"default": 60,
"label": "Default Refresh (min)"
},
"maxarticles": {
"type": "number",
"min": 1,
"default": 100,
"label": "Default Max articles"
},
"_warning": {
"newLine": true,
"type": "staticText",
"label": "Warning: Please dont set the refresh rate too low. Maybe the provider will ban you or stop the service"
},
"rss": {
"newLine": true,
"sm": 12,
"noDelete": false,
"type": "table",
"items": [
{
"width": "20%",
"type": "text",
"attr": "name",
"title": "Name",
"filter": true,
"sort": true,
"default": "",
"validator": "!/[^0-9a-zöÖüÜäÄß]/i.test(data.name) && data.name.length>0 && data.name.length<30",
"validatorNoSaveOnError": true,
"tooltip": "valid characters only 0-9 A-Z a-z öäüÖÄÜß\nlength from 1 to 29"
},
{
"width": "15%",
"type": "text",
"attr": "cat",
"title": "Category",
"filter": true,
"sort": true,
"default": "",
"validator": "(data.cat=='')?true:!/[^0-9a-zöÖüÜäÄß]/i.test(data.cat) && data.cat.length>0 && data.cat.length<30",
"validatorNoSaveOnError": true,
"tooltip": "valid characters only 0-9 A-Z a-z öäüÖÄÜß or \nlength from 1 to 29 or empty"
},
{
"width": "30%",
"type": "text",
"attr": "url",
"title": "URL",
"filter": true,
"sort": true,
"default": "",
"validator": "data.url!=''",
"validatorNoSaveOnError": true,
"tooltip": "valid url for rss-data"
},
{
"width": "15%",
"type": "number",
"attr": "refresh",
"title": "Refresh (min)",
"filter": false,
"sort": true,
"min": 5,
"defaultFunc": "globalData.refresh",
"validator": "data.refresh>=5",
"validatorNoSaveOnError": true
},
{
"width": "15%",
"type": "number",
"attr": "maxarticles",
"title": "Max Articles",
"filter": false,
"sort": true,
"min": 1,
"defaultFunc": "globalData.maxarticles",
"validator": "data.maxarticles>=1",
"validatorNoSaveOnError": true
"type": "tabs",
"i18n": true,
"tabsStyle": {
"width": "calc(100% - 100px)"
},
"items": {
"mainTab": {
"type": "panel",
"label": "Settings",
"items": {
"tvcount": {
"type": "number",
"min": 1,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2,
"default": 1,
"label": "TV configurations"
}
}
]
}
}
}
}
}

28

io-package.json
{
"common": {
"name": "tvprogram",
"version": "2.0.1",
"version": "2.0.2",
"news": {
"2.0.2": {
"en": "fix jsonconfig\nadd node 22 to testing",
"de": "jsonconfig herunterladen\nknoten 22 zum testen hinzufügen",
"ru": "исправить jsonconfig\nдобавить узел 22 к тестированию",
"pt": "corrigir jsonconfig\nadicionar nó 22 para testar",
"nl": "fix jsonconfig\nnode 22 toevoegen aan het testen",
"fr": "réparer jsonconfig\najouter le noeud 22 aux essais",
"it": "correzione di jsonconfig\naggiungere nodo 22 al test",
"es": "jsonconfig\nañadir nodo 22 a las pruebas",
"pl": "fix jsonconfig\ndodać węzeł 22 do badania",
"uk": "виправлено jsonconfig\nдодати вузол 22 для тестування",
"zh-cn": "修复json配置\n在测试中添加节点 22"
},
"2.0.1": {

@@ -19,15 +32,2 @@ "en": "fix lint errors",

},
"2.0.0": {
"en": "fix lint errors\nalign structures and files\nswitch to jsonconfig\nconfig translations\nmake vis2 compatible (maybe some glitches included, please report)",
"de": "lint fehler beheben\nstrukturen und dateien ausrichten\nauf jsonconfig wechseln\nübersetzungen\nvis2 kompatibel machen (kann einige glitches enthalten sein, bitte melden)",
"ru": "исправление ошибок линта\nвыравнивать структуры и файлы\nпереход на jsonconfig\nнастройка переводов\nсделать vis2 совместимым (может быть, некоторые клавиатуры включены, пожалуйста, сообщите)",
"pt": "corrigir erros de lint\nalinhar estruturas e arquivos\nmudar para jsonconfig\ntraduções de configuração\nmake vis2 compatível (talvez algumas falhas incluídas, por favor reporte)",
"nl": "fix pluisfouten\nstructuren en bestanden uitlijnen\nschakelen naar jsonconfig\nconfiguratievertalingen\nvis2 compatibel maken (misschien zijn er enkele storingen opgenomen, rapporteer alsjeblieft)",
"fr": "corriger les erreurs de linte\naligner les structures et les fichiers\npasser à jsonconfig\nconfig les traductions\nrendre vis2 compatible (peut-être quelques problèmes inclus, veuillez signaler)",
"it": "correggere gli errori di lintuizione\nallineare strutture e file\npassare a jsonconfig\ntraduzioni di configurazione\nrendere vis2 compatibile (forse alcuni glitch inclusi, si prega di segnalare)",
"es": "corregir errores lint\nestructuras y archivos alineados\ncambiar a jsonconfig\nconfig translations\nhacer vis2 compatibles (tal vez algunos fallos incluidos, por favor reportar)",
"pl": "naprawić błędy lintu\nwyrównać struktury i pliki\nprzełącz na jsonconfig\ntłumaczenia konfiguracyjne\nzrobić vis2 kompatybilne (może niektóre usterki w tym, proszę zgłosić)",
"uk": "виправлено помилки в розмітці\nвирівнювання структур і файлів\nперехід на jsonconfig\nналаштування перекладів\nmake vis2 сумісний (можливо, деякі щілини включені, будь ласка, звіт)",
"zh-cn": "修正错误\n对齐结构和文件\n切换到 json配置\n配置翻译\n使粘度2兼容( 可能包含一些故障, 请报告)"
},
"1.1.2": {

@@ -34,0 +34,0 @@ "en": "* fix setState with ack==false",

{
"name": "iobroker.tvprogram",
"version": "2.0.1",
"version": "2.0.2",
"description": "This adapter polls information about the television program at regular intervals. The data can be displayed in various widgets",

@@ -5,0 +5,0 @@ "author": {

@@ -722,2 +722,7 @@ ![Logo](admin/tvprogram.png)

-->
### 2.0.2 (2024-11-17)
- fix jsonconfig
- add node 22 to testing
### 2.0.1 (2024-11-16)

@@ -724,0 +729,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc