- Make it clear that manually generating a Device ID is bad behavior

- Make DeviceID no longer required for matrix-server-config
This commit is contained in:
2022-02-03 10:36:09 -07:00
parent 2fcd463eb6
commit 4d1ec9e65c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ module.exports = function(RED) {
deviceLabel: { type: "text", required: false },
userId: { type: "text", required: true },
accessToken: { type: "text", required: true },
deviceId: { type: "text", required: true },
deviceId: { type: "text", required: false },
url: { type: "text", required: true }
}
});