wb-rules icon indicating copy to clipboard operation
wb-rules copied to clipboard

Rule engine for Wiren Board

Results 3 wb-rules issues
Sort by recently updated
recently updated
newest added

From time to time (1 day to 3-4 weeks) the daemon dies with a kind of the following error: Sep 29 01:06:09 wirenboard-AGPLM2T7 wb-rules[21500]: panic: runtime error: index out of...

There's no order of script file loading. Even if one names them 01-script1.js, 02-script2.js there's no guarantee that they get loaded and executed in alphabetical order. This prevents tidy coding...

* https://github.com/wirenboard/wbgong/pull/17 Test instruction: ```sh $ cat /etc/wb-rules/rules.js log.info('info'); log.warning('warning'); log.error('error'); log.debug('debug'); EOF $ mqtt-rpc-client -d wb_logs -s logs -m Load -a '{"levels":{"0":6},"service":"wb-rules.service","limit":2}' | jq -r '.[1]|.level,.msg' null INFO: [rule...