Pushover and API Change truenas

This commit is contained in:
2026-01-27 09:59:32 +00:00
parent 945125b069
commit 3e6132c1bb
29 changed files with 6566 additions and 66 deletions
+8
View File
@@ -0,0 +1,8 @@
'use strict';
module.exports = function () {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};