homebridge-dummy 1.0.0-alpha.0 → 1.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,11 +6,11 @@ All notable changes to homebridge-dummy will be documented in this file.
6
6
 
7
7
  Please report any issues you encounter here: https://github.com/mpatfield/homebridge-dummy/issues
8
8
 
9
- ## 1.0.0-alpha.0 (XXXX-XX-XX)
9
+ ## 1.0.0-alpha.1 (2025-07-01)
10
10
 
11
- # ‼️ This version is a complete code rewrite. Automations using Homebridge Dummy accessories will need to be reconfigured.
11
+ ### ‼️ BREAKING This version is a complete code rewrite. Automations using Homebridge Dummy accessories will need to be reconfigured.
12
12
 
13
- More details [here](https://github.com/mpatfield/homebridge-dummy?tab=readme-ov-file#v100-migration).
13
+ ### Full details [here](https://github.com/mpatfield/homebridge-dummy?tab=readme-ov-file#v10-migration).
14
14
 
15
15
  ## 0.9.2 (2025-06-26)
16
16
 
@@ -32,4 +32,4 @@
32
32
  <em><p i18n="migrationDetails5" i18n_replace="migration"></p></em></br>
33
33
  </div>
34
34
 
35
- <script src="ui.js"></script>
35
+ <script src="ui.js?v1.0.0-alpha.1"></script>
@@ -1 +1 @@
1
- "use strict";(()=>{var a="Homebridge Dummy";var d={github:'<a target="_blank" href="https://github.com/mpatfield/homebridge-dummy/">GitHub</a>',migration:'<a target="_blank" href="https://github.com/mpatfield/homebridge-dummy?tab=readme-ov-file#v100-migration">GitHub</a>',dummy:a},g=e=>{document.querySelectorAll("[i18n]").forEach(n=>{let i=n.getAttribute("i18n"),o=e.config[i],t=n.getAttribute("i18n_replace");t&&(o=o.replace("%s",d[t])),n.innerHTML=o})},u=e=>{let n=["span","label","legend","option","p"];Array.from(window.parent.document.querySelectorAll(n.join(","))).sort((o,t)=>n.indexOf(o.tagName.toLowerCase())-n.indexOf(t.tagName.toLowerCase())).forEach(o=>{let t=o.innerHTML;t=t.replaceAll(/\$\{config\.(title|description|enumNames)\.([^}]+)\}/g,(m,r,c)=>e.config[r]&&typeof e.config[r]=="object"&&c in e.config[r]?e.config[r][c]:m),o.innerHTML!==t&&(o.innerHTML=t)})},l=e=>{let n=Array.from(window.parent.document.querySelectorAll("fieldset legend"));for(let i of n){let t=i.closest("fieldset")?.querySelector('input[type="text"][name="name"]');t&&i.textContent!==(t.value||e.config.title.accessory)&&(i.textContent=t.value!==""?t.value:e.config.title.accessory),t&&!t.dataset.accessoryNameListener&&(t.addEventListener("input",()=>l(e)),t.dataset.accessoryNameListener="true")}},s=e=>{document.getElementById("intro").style.display="none",document.getElementById("migration").style.display="none",document.getElementById("support").style.display="block",new MutationObserver(()=>{u(e),l(e)}).observe(window.parent.document.body,{childList:!0,subtree:!0}),homebridge.showSchemaForm(),homebridge.enableSaveButton(),homebridge.hideSpinner()},f=e=>{document.getElementById("intro").style.display="none",document.getElementById("migration").style.display="block",document.getElementById("skipMigration").addEventListener("click",async()=>{await homebridge.updatePluginConfig([{name:a}]),await homebridge.savePluginConfig(),s(e)}),document.getElementById("doMigration").addEventListener("click",async()=>{await homebridge.updatePluginConfig([{name:a,migrationNeeded:!0}]),await homebridge.savePluginConfig(),homebridge.closeSettings(),homebridge.toast.info(e.config.migrationRestartDescription.replace("%s",a),e.config.migrationRestartTitle)})},y=e=>{homebridge.disableSaveButton(),document.getElementById("showSettings").addEventListener("click",async()=>{await homebridge.updatePluginConfig([{name:a}]),s(e)}),document.getElementById("showMigration").addEventListener("click",()=>{f(e)}),document.getElementById("intro").style.display="block",homebridge.hideSpinner()};(async()=>{homebridge.showSpinner();let e=await homebridge.i18nCurrentLang(),n=await homebridge.request("i18n",e);g(n),(await homebridge.getPluginConfig()).length?s(n):y(n)})();})();
1
+ "use strict";(()=>{var a="Homebridge Dummy";var d={github:'<a target="_blank" href="https://github.com/mpatfield/homebridge-dummy/">GitHub</a>',migration:'<a target="_blank" href="https://github.com/mpatfield/homebridge-dummy?tab=readme-ov-file#v10-migration">GitHub</a>',dummy:a},g=e=>{document.querySelectorAll("[i18n]").forEach(n=>{let i=n.getAttribute("i18n"),o=e.config[i],t=n.getAttribute("i18n_replace");t&&(o=o.replace("%s",d[t])),n.innerHTML=o})},u=e=>{let n=["span","label","legend","option","p"];Array.from(window.parent.document.querySelectorAll(n.join(","))).sort((o,t)=>n.indexOf(o.tagName.toLowerCase())-n.indexOf(t.tagName.toLowerCase())).forEach(o=>{let t=o.innerHTML;t=t.replaceAll(/\$\{config\.(title|description|enumNames)\.([^}]+)\}/g,(m,r,c)=>e.config[r]&&typeof e.config[r]=="object"&&c in e.config[r]?e.config[r][c]:m),o.innerHTML!==t&&(o.innerHTML=t)})},l=e=>{let n=Array.from(window.parent.document.querySelectorAll("fieldset legend"));for(let i of n){let t=i.closest("fieldset")?.querySelector('input[type="text"][name="name"]');t&&i.textContent!==(t.value||e.config.title.accessory)&&(i.textContent=t.value!==""?t.value:e.config.title.accessory),t&&!t.dataset.accessoryNameListener&&(t.addEventListener("input",()=>l(e)),t.dataset.accessoryNameListener="true")}},s=e=>{document.getElementById("intro").style.display="none",document.getElementById("migration").style.display="none",document.getElementById("support").style.display="block",new MutationObserver(()=>{u(e),l(e)}).observe(window.parent.document.body,{childList:!0,subtree:!0}),homebridge.showSchemaForm(),homebridge.enableSaveButton(),homebridge.hideSpinner()},f=e=>{document.getElementById("intro").style.display="none",document.getElementById("migration").style.display="block",document.getElementById("skipMigration").addEventListener("click",async()=>{await homebridge.updatePluginConfig([{name:a}]),await homebridge.savePluginConfig(),s(e)}),document.getElementById("doMigration").addEventListener("click",async()=>{await homebridge.updatePluginConfig([{name:a,migrationNeeded:!0}]),await homebridge.savePluginConfig(),homebridge.closeSettings(),homebridge.toast.info(e.config.migrationRestartDescription.replace("%s",a),e.config.migrationRestartTitle)})},y=e=>{homebridge.disableSaveButton(),document.getElementById("showSettings").addEventListener("click",async()=>{await homebridge.updatePluginConfig([{name:a}]),s(e)}),document.getElementById("showMigration").addEventListener("click",()=>{f(e)}),document.getElementById("intro").style.display="block",homebridge.hideSpinner()};(async()=>{homebridge.showSpinner();let e=await homebridge.i18nCurrentLang(),n=await homebridge.request("i18n",e);g(n),(await homebridge.getPluginConfig()).length?s(n):y(n)})();})();
package/dist/i18n/en.js CHANGED
@@ -19,7 +19,7 @@ const en = {
19
19
  },
20
20
  config: {
21
21
  migrate: 'Are you upgrading from an earlier version?',
22
- migrationDetails1: 'There have been some major code changes in this version',
22
+ migrationDetails1: 'There are significant code changes in this version',
23
23
  migrationDetails2: 'HomeKit automations using %s accessories will need to be reconfigured!',
24
24
  migrationDetails3: '%s will try to migrate your accessories so they won\'t need to be recreated in Homebridge',
25
25
  migrationDetails4: 'Would you like to migrate now?',
@@ -1 +1 @@
1
- {"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAAA,MAAM,EAAE,GAAG;IAET,SAAS,EAAE;QAET,eAAe,EAAE,2CAA2C;QAE5D,SAAS,EAAE;YACT,UAAU,EAAE,qBAAqB;YACjC,OAAO,EAAE,cAAc;SACxB;QAED,KAAK,EAAE;YACL,OAAO,EAAE,UAAU;YACnB,QAAQ,EAAE,WAAW;SACtB;QAED,KAAK,EAAE;YACL,MAAM,EAAE,4BAA4B;YACpC,KAAK,EAAE,wBAAwB;YAC/B,UAAU,EAAE,0BAA0B;YACtC,UAAU,EAAE,0BAA0B;YACtC,QAAQ,EAAE,wBAAwB;SACnC;KACF;IAED,MAAM,EAAE;QACN,OAAO,EAAE,4CAA4C;QACrD,iBAAiB,EAAE,yDAAyD;QAC5E,iBAAiB,EAAE,wEAAwE;QAC3F,iBAAiB,EAAE,2FAA2F;QAC9G,iBAAiB,EAAE,gCAAgC;QACnD,iBAAiB,EAAE,mCAAmC;QACtD,qBAAqB,EAAE,oBAAoB;QAC3C,2BAA2B,EAAE,iDAAiD;QAC9E,OAAO,EAAE,+CAA+C;QACxD,QAAQ,EAAE,6BAA6B;QACvC,GAAG,EAAE,KAAK;QACV,EAAE,EAAE,IAAI;QAER,WAAW,EAAE,EACZ;QAED,KAAK,EAAE;YACL,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,iBAAiB;YACjC,IAAI,EAAE,MAAM;SACb;KACF;IAED,OAAO,EAAE;QACP,eAAe,EAAE,iFAAiF;QAClG,iBAAiB,EAAE,uCAAuC;QAC1D,sBAAsB,EAAE,2CAA2C;QACnE,eAAe,EAAE,kHAAkH;QACnI,eAAe,EAAE,0DAA0D;QAC3E,eAAe,EAAE,+FAA+F;QAChH,YAAY,EAAE,uBAAuB;QACrC,eAAe,EAAE,qBAAqB;QACtC,kBAAkB,EAAE,sBAAsB;QAC1C,aAAa,EAAE,kBAAkB;QACjC,eAAe,EAAE,+BAA+B;QAChD,OAAO,EAAE;YACP,4GAA4G;YAC5G,8EAA8E;YAC9E,4EAA4E;YAC5E,qHAAqH;SACtH;KACF;CACF,CAAC;AAEF,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAAA,MAAM,EAAE,GAAG;IAET,SAAS,EAAE;QAET,eAAe,EAAE,2CAA2C;QAE5D,SAAS,EAAE;YACT,UAAU,EAAE,qBAAqB;YACjC,OAAO,EAAE,cAAc;SACxB;QAED,KAAK,EAAE;YACL,OAAO,EAAE,UAAU;YACnB,QAAQ,EAAE,WAAW;SACtB;QAED,KAAK,EAAE;YACL,MAAM,EAAE,4BAA4B;YACpC,KAAK,EAAE,wBAAwB;YAC/B,UAAU,EAAE,0BAA0B;YACtC,UAAU,EAAE,0BAA0B;YACtC,QAAQ,EAAE,wBAAwB;SACnC;KACF;IAED,MAAM,EAAE;QACN,OAAO,EAAE,4CAA4C;QACrD,iBAAiB,EAAE,oDAAoD;QACvE,iBAAiB,EAAE,wEAAwE;QAC3F,iBAAiB,EAAE,2FAA2F;QAC9G,iBAAiB,EAAE,gCAAgC;QACnD,iBAAiB,EAAE,mCAAmC;QACtD,qBAAqB,EAAE,oBAAoB;QAC3C,2BAA2B,EAAE,iDAAiD;QAC9E,OAAO,EAAE,+CAA+C;QACxD,QAAQ,EAAE,6BAA6B;QACvC,GAAG,EAAE,KAAK;QACV,EAAE,EAAE,IAAI;QAER,WAAW,EAAE,EACZ;QAED,KAAK,EAAE;YACL,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,iBAAiB;YACjC,IAAI,EAAE,MAAM;SACb;KACF;IAED,OAAO,EAAE;QACP,eAAe,EAAE,iFAAiF;QAClG,iBAAiB,EAAE,uCAAuC;QAC1D,sBAAsB,EAAE,2CAA2C;QACnE,eAAe,EAAE,kHAAkH;QACnI,eAAe,EAAE,0DAA0D;QAC3E,eAAe,EAAE,+FAA+F;QAChH,YAAY,EAAE,uBAAuB;QACrC,eAAe,EAAE,qBAAqB;QACtC,kBAAkB,EAAE,sBAAsB;QAC1C,aAAa,EAAE,kBAAkB;QACjC,eAAe,EAAE,+BAA+B;QAChD,OAAO,EAAE;YACP,4GAA4G;YAC5G,8EAA8E;YAC9E,4EAA4E;YAC5E,qHAAqH;SACtH;KACF;CACF,CAAC;AAEF,eAAe,EAAE,CAAC"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Homebridge Dummy",
5
5
  "description": "Dummy devices for Homebridge",
6
6
  "type": "module",
7
- "version": "1.0.0-alpha.0",
7
+ "version": "1.0.0-alpha.1",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
9
9
  "repository": {
10
10
  "type": "git",
@@ -32,4 +32,4 @@
32
32
  <em><p i18n="migrationDetails5" i18n_replace="migration"></p></em></br>
33
33
  </div>
34
34
 
35
- <script src="ui.js"></script>
35
+ <script src="ui.js?v1.0.0-alpha.1"></script>