From ef5edaec49874a15e9eb15233f231c921aa9f892 Mon Sep 17 00:00:00 2001 From: Luke Rhodes Date: Wed, 14 Mar 2018 16:43:08 +1100 Subject: [PATCH] Rename depreciated to deprecated --- accessories/switchMulti.js | 2 +- accessories/switchMultiRepeat.js | 2 +- accessories/switchRepeat.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/accessories/switchMulti.js b/accessories/switchMulti.js index 1b0e554e..788c2eb6 100644 --- a/accessories/switchMulti.js +++ b/accessories/switchMulti.js @@ -65,7 +65,7 @@ class SwitchMultiAccessory extends SwitchAccessory { const { data, log, name, config, serviceManagerType } = this; setTimeout(() => { - log(`\x1b[33m[Warning] \x1b[30m${name}: The "switch-multi" accessory is now depreciated and shall be removed in the future. Check out the updated "switch" documentation at http://github.com/lprhodes/homebridge-broadlink-rm`); + log(`\x1b[33m[Warning] \x1b[30m${name}: The "switch-multi" accessory is now deprecated and shall be removed in the future. Check out the updated "switch" documentation at http://github.com/lprhodes/homebridge-broadlink-rm`); }, 1600) this.serviceManager = new ServiceManagerTypes[serviceManagerType](name, Service.Switch, this.log); diff --git a/accessories/switchMultiRepeat.js b/accessories/switchMultiRepeat.js index d7218992..4dc76fd6 100644 --- a/accessories/switchMultiRepeat.js +++ b/accessories/switchMultiRepeat.js @@ -94,7 +94,7 @@ class SwitchMultiAccessory extends SwitchAccessory { const { data, log, name, config, serviceManagerType } = this; setTimeout(() => { - log(`\x1b[33m[Warning] \x1b[30m${name}: The "switch-multi-repeat" accessory is now depreciated and shall be removed in the future. Check out the updated "switch" documentation at http://github.com/lprhodes/homebridge-broadlink-rm`); + log(`\x1b[33m[Warning] \x1b[30m${name}: The "switch-multi-repeat" accessory is now deprecated and shall be removed in the future. Check out the updated "switch" documentation at http://github.com/lprhodes/homebridge-broadlink-rm`); }, 1600) this.serviceManager = new ServiceManagerTypes[serviceManagerType](name, Service.Switch, this.log); diff --git a/accessories/switchRepeat.js b/accessories/switchRepeat.js index 9100cc75..32409870 100644 --- a/accessories/switchRepeat.js +++ b/accessories/switchRepeat.js @@ -61,7 +61,7 @@ class SwitchRepeatAccessory extends SwitchAccessory { const { data, log, name, config, serviceManagerType } = this; setTimeout(() => { - log(`\x1b[33m[Warning] \x1b[30m${name}: The "switch-repeat" accessory is now depreciated and shall be removed in the future. Check out the updated "switch" documentation at http://github.com/lprhodes/homebridge-broadlink-rm`); + log(`\x1b[33m[Warning] \x1b[30m${name}: The "switch-repeat" accessory is now deprecated and shall be removed in the future. Check out the updated "switch" documentation at http://github.com/lprhodes/homebridge-broadlink-rm`); }, 1600) this.serviceManager = new ServiceManagerTypes[serviceManagerType](name, Service.Switch, this.log);