Skip to content

Commit

Permalink
Z-Wave Mock Server: fix duplicate node ID (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 14, 2024
1 parent e6a9e2d commit 6aff477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zwave_mock_server/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Z-Wave JS Mock Server
version: 1.2.0
version: 1.2.1
slug: zwave_mock_server
description: Simple Z-Wave JS Mock Server for testing purposes - Instantiates a Z-Wave JS Server using mock/dump files for testing purposes.
url: https://github.com/home-assistant/addons/tree/master/zwave_mock_server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { CommandClasses } = require("@zwave-js/core");
module.exports.default = {
nodes: [
{
id: 2,
id: 10,
capabilities: {
commandClasses: [
CommandClasses.Version,
Expand Down

0 comments on commit 6aff477

Please sign in to comment.