Skip to content

Commit

Permalink
Fix typos in packages/
Browse files Browse the repository at this point in the history
Follow-up to zwave-js#4831
  • Loading branch information
luzpaz committed Jul 22, 2022
1 parent d1d9ef4 commit 9086035
Show file tree
Hide file tree
Showing 92 changed files with 137 additions and 137 deletions.
2 changes: 1 addition & 1 deletion packages/cc/src/cc/MultiChannelCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ export class MultiChannelCCEndPointFindReport extends MultiChannelCC {
this._genericClass = this.payload[1];
this._specificClass = this.payload[2];

// Some devices omit the endpoint list althought that is not allowed in the specs
// Some devices omit the endpoint list although that is not allowed in the specs
// therefore don't validatePayload here.
this._foundEndpoints = [...this.payload.slice(3)]
.map((e) => e & 0b01111111)
Expand Down
2 changes: 1 addition & 1 deletion packages/cc/src/cc/Security2CC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export class Security2CC extends CommandClass {
priority: MessagePriority.NodeQuery,
});

// Only on the highest security class the reponse includes the supported commands
// Only on the highest security class the response includes the supported commands
const secClass = node.getHighestSecurityClass();
let hasReceivedSecureCommands = false;

Expand Down
2 changes: 1 addition & 1 deletion packages/cc/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ must use endpoint association: ${mustUseMultiChannelAssociation}`,
return false;
};

// If the node was used with other controller softwares, there might be
// If the node was used with other controller software, there might be
// invalid lifeline associations which cause reporting problems
const invalidEndpointAssociations: EndpointAddress[] =
mcInstance
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0001/zrp200.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manufacturer": "HomePro",
"manufacturerId": "0x0001",
"label": "ZRP200",
"description": "Applicance Module",
"description": "Appliance Module",
"devices": [
{
"productType": "0x7fff",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x004f/fxs-m08.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"#": "5",
"label": "External Switch Type",
"description": "1. one push button: when the configuration setting is one push button, only s1 input will be valid. the control moving commands can be accepted in this switch type while the shutter is moving. in this switch type, the inclusion/exclusion/reset/association function can also be fulfilled by pressing s1 just like the operation of include button. when s1 is short pressed, the shutter will move up toward top(0x63). while in this moving s1 is short pressed again, the shutter will stop moving. a third short pressing of s1 will move the shutter down toward bottom(0x00). while in this moving s1 is short pressed again, the shutter will stop moving. and so on… inverting direction and stopping. 2. two push button: (the default setting is two push button (2)) if this setting is configured as two push button, s1 and s2 input will be valid, but will not accept pressing s1and s2 at the same time. in this switch type, the inclusion/exclusion/reset/association function can also be fulfilled by pressing s1 or s2 just like the operation of include button. when s1 is pressed and hold more than 1.5 seconds, the shutter will move up toward top(0x63), and the shutter will stop moving when s1 is released. when s2 is pressed and hold more than 1.5 seconds, the shutter will move down toward bottom(0x00), and the shutter will stop moving when s2 is released. when s1 is short pressed, the shutter will move up toward top(0x63). while in this moving short pressed s1 again, the shutter just keep moving up toward top(0x63). the easy way to stop this moving is short pressing s2. when s2 is short pressed, the shutter will move down toward botton(0x00). while in this moving short pressed s2 again, the shutter just keep moving down toward botton(0x00). the easy way to stop this moving is short pressing s1. when in two push button switch type, s1 or s2 are pressed and not released, and fxs-m08 receive any control moving command from Z-Wave rf (ex. basic_set、binary_switch_set、multilevel_switch_set、multilevel_switch_start_level_change or multilevel_switch_stop_level_change or scene_activation_set), fxs-m08 won’t do any change in position but report alarm to group1 (alarm_type=1, alarm_level =0xff), this indicate that the s1 or s2 not been release. att. : for avoid misunderstanding that rf command dose not work, it is recommended to check the status of s1 and s2",
"description": "1. one push button: when the configuration setting is one push button, only s1 input will be valid. the control moving commands can be accepted in this switch type while the shutter is moving. in this switch type, the inclusion/exclusion/reset/association function can also be fulfilled by pressing s1 just like the operation of include button. when s1 is short pressed, the shutter will move up toward top(0x63). while in this moving s1 is short pressed again, the shutter will stop moving. a third short pressing of s1 will move the shutter down toward bottom(0x00). while in this moving s1 is short pressed again, the shutter will stop moving. and so on… inverting direction and stopping. 2. two push button: (the default setting is two push button (2)) if this setting is configured as two push button, s1 and s2 input will be valid, but will not accept pressing s1and s2 at the same time. in this switch type, the inclusion/exclusion/reset/association function can also be fulfilled by pressing s1 or s2 just like the operation of include button. when s1 is pressed and hold more than 1.5 seconds, the shutter will move up toward top(0x63), and the shutter will stop moving when s1 is released. when s2 is pressed and hold more than 1.5 seconds, the shutter will move down toward bottom(0x00), and the shutter will stop moving when s2 is released. when s1 is short pressed, the shutter will move up toward top(0x63). while in this moving short pressed s1 again, the shutter just keep moving up toward top(0x63). the easy way to stop this moving is short pressing s2. when s2 is short pressed, the shutter will move down toward button(0x00). while in this moving short pressed s2 again, the shutter just keep moving down toward button(0x00). the easy way to stop this moving is short pressing s1. when in two push button switch type, s1 or s2 are pressed and not released, and fxs-m08 receive any control moving command from Z-Wave rf (ex. basic_set、binary_switch_set、multilevel_switch_set、multilevel_switch_start_level_change or multilevel_switch_stop_level_change or scene_activation_set), fxs-m08 won’t do any change in position but report alarm to group1 (alarm_type=1, alarm_level =0xff), this indicate that the s1 or s2 not been release. att. : for avoid misunderstanding that rf command dose not work, it is recommended to check the status of s1 and s2",
"valueSize": 1,
"unit": "seconds",
"defaultValue": 2,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0059/max10y-376.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"allowManualEntry": false,
"options": [
{
"label": "Diable fail safe timer",
"label": "Disable fail safe timer",
"value": 0
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0059/sir-321.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"#": "2",
"label": "Temperature Scale",
"description": "Set the Temperatur scale to Celsius",
"description": "Set the Temperature scale to Celsius",
"valueSize": 2,
"unit": "°C",
"minValue": 0,
Expand Down
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x0060/ad146.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{
"#": "4",
"label": "Switching type",
"description": "Edge or toogle switch mode.",
"description": "Edge or toggle switch mode.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
Expand All @@ -64,7 +64,7 @@
"value": 0
},
{
"label": "Toogle Mode",
"label": "Toggle Mode",
"value": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x0060/an179.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{
"#": "4",
"label": "Switching type",
"description": "Edge or toogle switch mode.",
"description": "Edge or toggle switch mode.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
Expand All @@ -85,7 +85,7 @@
"value": 0
},
{
"label": "Toogle Mode",
"label": "Toggle Mode",
"value": 1
}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0063/53831_zw5314.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"treatBasicSetAsEvent": true
},
"metadata": {
"inclusion": "1. Follow the instructions for your Z-Wave certified hub to add a device tothe Z-Wave network.\n2. Once the hub is ready to add your device, press and hold either button for three seconds.\n3. The LED will flash two times when the remote sends add notification (NIF).\n4. The LED will keep lighting up for one minute if inclusion is successful.\n5. Following the instructions for your Z-Wave certified hub, assign actions for each button press. An action can be many combinations of scenes, groups or events, and is greatly dependent on the hub capabilities.",
"inclusion": "1. Follow the instructions for your Z-Wave certified hub to add a device to the Z-Wave network.\n2. Once the hub is ready to add your device, press and hold either button for three seconds.\n3. The LED will flash two times when the remote sends add notification (NIF).\n4. The LED will keep lighting up for one minute if inclusion is successful.\n5. Following the instructions for your Z-Wave certified hub, assign actions for each button press. An action can be many combinations of scenes, groups or events, and is greatly dependent on the hub capabilities.",
"exclusion": "1. Follow the instructions for your Z-Wave certified hub to remove a device from the Z-Wave network.\n2. Once the hub is ready to remove your device, press and hold either button for three seconds.\n3. The LED will flash two times when the remote sends remove notification (NIF)",
"reset": "1. Press and release button 1 10 times quickly. All button presses must be within six seconds.\n2. The LED will flash five times when completed successfully.",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3959/53831-QSG-v1%20(3).pdf"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0068/78008.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"allowManualEntry": false,
"options": [
{
"label": "Alwas wake up",
"label": "Always wake up",
"value": 0
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0085/arz_z-wave.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"metadata": {
"inclusion": "Autoinclusion - This feature allow you to add hard to reach devices to Z-Wave network. 3-times ON and OFF the power roller shutter (OFF-ON-OFF-ON-OFF-ON) causes the introduction of roller shutter to Autoinclusion mode. Please note that the procedure has been started the time between on and off can not exceed 20s. Autoinclusion mode is activated for a maximum of 10 minutes. During this time, we can add an awning to any Z-Wave controller running in the Include procedure.\n\nInclude - This function allow you to add roller shutter to the network Z-Wave. Follow the procedur adding device to the network Z-Wave according to user manual supplied with the product. Then, press the programming button P on the roller shutter for 1 second",
"exclusion": "Exclude - This function allow you to remove roller shutter from the network Z-Wave. Follow the procedur removing device from the network Z-Wave according to user manual supplied with the product. Then, press the programming button P on the roller shutter for 1 second. Function removes information only about newtork Z-Wave",
"exclusion": "Exclude - This function allow you to remove roller shutter from the network Z-Wave. Follow the procedur removing device from the network Z-Wave according to user manual supplied with the product. Then, press the programming button P on the roller shutter for 1 second. Function removes information only about network Z-Wave",
"reset": "Device Reset Locally – This function allows you to reset the Z-Wave network without the use of Z-Wave controller. Press 5 times the programming button P fast, the roller shutter was removed from the Z-Wave network, restore the default parameters, name and locations. \nPlease use this procedure only when the network primary controller is missing or otherwise inoperable",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2571/170307%20ARZ%20Z-WAVE%20User%20Manual.pdf"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x0086/zv9001t4-dim.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"#": "4",
"label": "Scene Command Targer",
"label": "Scene Command Target",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
Expand All @@ -47,7 +47,7 @@
"value": 0
},
{
"label": "Assocciation Group",
"label": "Association Group",
"value": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x008a/alarm_sound.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
{
"#": "3",
"label": "Desitnation routine succes time",
"description": "Time it takes to send a new frame after the last frame has succesfully send",
"label": "Desitnation routine success time",
"description": "Time it takes to send a new frame after the last frame has successfully send",
"valueSize": 1,
"minValue": 0,
"maxValue": 60,
Expand Down
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x008b/zw111.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
{
"#": "81",
"label": "Group 3 notificaiton",
"label": "Group 3 notification",
"description": "Set notification sent to associated nodes (group 3)",
"valueSize": 1,
"defaultValue": 0,
Expand All @@ -127,7 +127,7 @@
},
{
"#": "82",
"label": "Group 4 notificaiton",
"label": "Group 4 notification",
"description": "Set notification sent to associated nodes (group 4)",
"valueSize": 1,
"defaultValue": 1,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0109/zf5201eu-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {
"inclusion": "For “Inclusion” in (adding to) a network: Put the Z-Wave™ Interface Controller into “inclusion” mode, and following its instruction to add the ZF5201 to the controller. To get in the “inclusion” mode, the distance between sensor and controller is suggested to be in one meter. Press the program switch of ZF5201 for 1 second at least. The LED on the ZF5201 should go solid, if not, please try again",
"exclusion": "For “Exclusion” from (removing from) a network: Put the Z-Wave™ Interface Controller into “exclusion” mode, and following its instruction to delete the ZF5201 from your controller. Press the program switch of ZF5201 for 1 second at least to be excluded",
"reset": "Triger the Water Sensor 10 times within 10 sec. The device will send command class of device reset to controller and back to the factory default state. Please use this procedure only in the event that the network primary controller is missing or otherwise inoperable",
"reset": "Trigger the Water Sensor 10 times within 10 sec. The device will send command class of device reset to controller and back to the factory default state. Please use this procedure only in the event that the network primary controller is missing or otherwise inoperable",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1718/ZF%205201-5_20141118.pdf"
}
}
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0109/zp3111-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"metadata": {
"inclusion": "To add the ZP3111 to the Z-Wave network (inclusion), place the Z-Wave primary controller into inclusion mode. Press the Program Switch of ZP3111 for sending the NIF. After sending NIF, Z-Wave will send the auto inclusion, otherwise, ZP3111 will go to sleep after 20 seconds.",
"exclusion": "To remove the ZP3111 from the Z-Wave network (exclusion), place the Z-Wave primary controller into “exclusion” mode, and following its instruction to delete the ZP3111 to the controller. Press the Program Switch of ZP3111 once to be excluded.",
"reset": "Remove cover to trigged tamper switch, LED flash once & send out Alarm Report. Press Program Switch 10 times within 10 seconds, ZP3111 will send the “Device Reset Locally Notification” command and reset to the factory default. (Remark: This is to be used only in the case of primary controller being inoperable or otherwise unavailable.)",
"reset": "Remove cover to trigger tamper switch, LED flash once & send out Alarm Report. Press Program Switch 10 times within 10 seconds, ZP3111 will send the “Device Reset Locally Notification” command and reset to the factory default. (Remark: This is to be used only in the case of primary controller being inoperable or otherwise unavailable.)",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2479/ZP3111-5_R2_20170316.pdf"
}
}
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x010b/dn3g6ja069.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{
"#": "2",
"label": "Enable Switch of Alarm Notification Report",
"description": "Configure to send which the sensor values arbitralily. the sensor values can be selected from human detect and open/close",
"description": "Configure to send which the sensor values arbitrarily. the sensor values can be selected from human detect and open/close",
"valueSize": 1,
"defaultValue": 3,
"unsigned": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/config/config/devices/0x010f/fgk101.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,31 +545,31 @@
"$if": "firmwareVersion >= 3.2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Scene: Holding",
"description": "Only available if Operations Mode (paramater 1) is set to external button",
"description": "Only available if Operations Mode (parameter 1) is set to external button",
"valueSize": 2
},
{
"#": "70[0x08]",
"$if": "firmwareVersion >= 3.2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Scene: Releasing",
"description": "Only available if Operations Mode (paramater 1) is set to external button",
"description": "Only available if Operations Mode (parameter 1) is set to external button",
"valueSize": 2
},
{
"#": "70[0x10]",
"$if": "firmwareVersion >= 3.2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Scene: Double Click",
"description": "Only available if Operations Mode (paramater 1) is set to external button",
"description": "Only available if Operations Mode (parameter 1) is set to external button",
"valueSize": 2
},
{
"#": "70[0x20]",
"$if": "firmwareVersion >= 3.2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Scene: Triple Click",
"description": "Only available if Operations Mode (paramater 1) is set to external button",
"description": "Only available if Operations Mode (parameter 1) is set to external button",
"valueSize": 2
},
{
Expand Down
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x010f/fgms001.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"#": "6",
"$if": "firmwareVersion <= 3.1",
"label": "Motion Alarm Cancellation Delay",
"description": "Period of time after wich Motion alarm will be cancelled.",
"description": "Period of time after which Motion alarm will be cancelled.",
"valueSize": 2,
"minValue": 1,
"maxValue": 65535,
Expand All @@ -156,7 +156,7 @@
"#": "6",
"$if": "firmwareVersion >= 3.2",
"label": "Motion detection - alarm cancellation delay",
"description": "Period of time after wich Motion alarm will be cancelled.",
"description": "Period of time after which Motion alarm will be cancelled.",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x010f/fgwceu-201.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
{
"#": "153",
"$import": "#paramInformation/152",
"label": "Second Chanel: Double Click Value"
"label": "Second Channel: Double Click Value"
}
]
}
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0115/kfob.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
{
"#": "20",
"label": "Typical click timeout",
"description": "Typical time used to differenciate click, hold and double clicks in 10ms units",
"description": "Typical time used to differentiate click, hold and double clicks in 10ms units",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0115/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"allowManualEntry": false,
"options": [
{
"label": "Comfirm OTA",
"label": "Confirm OTA",
"value": 1
}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0115/zme_ft.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
{
"#": "10",
"label": "Typical click timeout",
"description": "Typical time used to differenciate click from hold",
"description": "Typical time used to differentiate click from hold",
"unit": "in 10ms",
"valueSize": 1,
"minValue": 1,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0116/hac01.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manufacturer": "Chromagic Technologies Corporation",
"manufacturerId": "0x0116",
"label": "HAC01",
"description": "Chromagic Z-Wave Remote Botton (EU)",
"description": "Chromagic Z-Wave Remote Button (EU)",
"devices": [
{
"productType": "0x0010",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0116/itemp.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"#": "2",
"label": "Command sent on external dry contact",
"description": "Configure what te external contact sends when trigger",
"description": "Configure what the external contact sends when triggered",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0118/tz06.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"value": 0
},
{
"label": "Switch Ingore",
"label": "Switch Ignore",
"value": 1
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0118/tz36d.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"value": 0
},
{
"label": "Switch top and buttom button.",
"label": "Switch top and bottom button.",
"value": 1
}
]
Expand Down

0 comments on commit 9086035

Please sign in to comment.