Gerrit Linnemann 971495b393 HCBASE-93
Error code overview:

IPConnection.ERROR_ALREADY_CONNECTED = 11
IPConnection.ERROR_NOT_CONNECTED = 12
IPConnection.ERROR_CONNECT_FAILED = 13
IPConnection.ERROR_INVALID_FUNCTION_ID = 21
IPConnection.ERROR_TIMEOUT = 31
IPConnection.ERROR_INVALID_PARAMETER = 41
IPConnection.ERROR_FUNCTION_NOT_SUPPORTED = 42
IPConnection.ERROR_UNKNOWN_ERROR = 43

http://www.tinkerforge.com/de/doc/Software/Bricklets/MotionDetector_Bricklet_JavaScript.html
https://www.npmjs.com/package/nodejs-websocket
https://devcenter.heroku.com/articles/node-websockets
2016-06-08 18:08:00 +02:00

22 lines
339 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"nonew": true,
"latedef": "nofunc",
"unused": true,
"noarg": true,
"asi": true,
"trailing": true,
"quotmark": true,
"strict": true,
"undef": true,
"expr": true,
"newcap": true,
"immed": true,
"node": true,
"camelcase": true,
"devel": true,
"freeze": true,
"-W033": true,
"-W058": true
}