Commit 1d3a243e0ce642a844c9b0168b65f76932b22006

Authored by Andrew Shvayka
1 parent 373be7b0

Updated demo data

... ... @@ -413,20 +413,6 @@ INSERT INTO thingsboard.rule ( id, tenant_id, name, plugin_token, state, search_
413 413 VALUES (
414 414 minTimeuuid ( '2016-11-01 01:02:11+0000' ),
415 415 minTimeuuid ( '2016-11-01 01:02:01+0000' ),
416   - 'Demo Time RPC Rule',
417   - 'time',
418   - 'ACTIVE',
419   - 'demo time rpc rule',
420   - 0,
421   - '[{"configuration":{"messageTypes":["RPC_REQUEST"]},"name":"RPC Request Filter","clazz":"org.thingsboard.server.extensions.core.filter.MsgTypeFilter"},{"configuration":{"methodNames":[{"name":"getTime"}]},"name":"getTime method filter","clazz":"org.thingsboard.server.extensions.core.filter.MethodNameFilter"}]',
422   - null,
423   - '{"configuration":{},"clazz":"org.thingsboard.server.extensions.core.action.rpc.RpcPluginAction","name":"getTimeAction"}'
424   -);
425   -
426   -INSERT INTO thingsboard.rule ( id, tenant_id, name, plugin_token, state, search_text, weight, filters, processor, action)
427   -VALUES (
428   - minTimeuuid ( '2016-11-01 01:02:12+0000' ),
429   - minTimeuuid ( '2016-11-01 01:02:01+0000' ),
430 416 'Demo Messaging RPC Rule',
431 417 'messaging',
432 418 'ACTIVE',
... ...