2687 Commits

Author SHA1 Message Date
nickAS21
a80b3cb536 sparkplug: tests rpc and attributes 2023-02-16 18:02:50 +02:00
nickAS21
1684b924e8 sparkplug: comments 2023-02-16 11:28:48 +02:00
nickAS21
59e48ca0ce sparkplug: attribute device/node from deviceProfile if null 2023-02-15 18:43:07 +02:00
nickAS21
f4af14ed42 sparkplug: attribute device/node from deviceProfile 2023-02-15 17:31:16 +02:00
nickAS21
524952d264 sparkplug: rpc device 2023-02-15 14:19:10 +02:00
nickAS21
d7050074bc sparkplug: rpc 2023-02-14 18:55:28 +02:00
nickAS21
6545af2282 sparkplug: STATE ONLINE/OFFLINE 2023-02-10 15:26:27 +02:00
nickAS21
a3e31c109c sparkplug: add attributes by Metric`s name, STATE ONLINE 2023-02-09 18:49:05 +02:00
Andrii Shvaika
07f757cbb6 SparkPlug feature review 2023-02-08 16:40:47 +02:00
nickAS21
8b42739905 sparkplug: add tests shared attributes 2023-02-07 19:10:35 +02:00
nickAS21
106fd69f5c sparkplug: add converter kvProto to value Metric array Bytes only 2023-02-07 13:11:46 +02:00
nickAS21
36e12e63af sparkplug: add converter kvProto to value Metric array 2023-02-06 19:21:53 +02:00
nickAS21
bcdc618e48 sparkplug: add converter kvProto to value Metric 2023-02-03 16:10:54 +02:00
nickAS21
d6453525d3 sparkplug: add metricsBirth (repeat) 2023-02-02 19:00:01 +02:00
nickAS21
d7d4d861b3 sparkplug: add metricsBirth 2023-02-01 18:37:12 +02:00
nickAS21
a01c7a23d7 sparkplug: add onAttributesUpdate 2023-01-27 18:53:35 +02:00
nickAS21
1d49e56aec sparkplug: add Metrics birth 2023-01-26 19:06:42 +02:00
nickAS21
f9bf73f896 sparkplug: Test Telemetry comment3 adtests arrays 2023-01-26 14:38:21 +02:00
nickAS21
8ecde928dc sparkplug: Test Telemetry comment2 2023-01-25 16:25:25 +02:00
nickAS21
be9c213dc4 sparkplug: Test Telemetry comment 2023-01-23 20:42:28 +02:00
nickAS21
fa4c00c437 sparkplug: Test Telemetry 2023-01-18 23:44:36 +02:00
nickAS21
278935cdc9 sparkplug: Telemetry DBIRTH, NBIRH... 2023-01-15 19:53:00 +02:00
nickAS21
587e161398 sparkplug: Telemetry 2023-01-12 15:32:18 +02:00
Andrii Shvaika
831f11829c Merge with develop/3.5 2022-12-28 15:35:48 +02:00
nickAS21
eed3df829c sparkplug: Comment1 2022-12-28 13:37:55 +02:00
nickAS21
d73ab5f406 sparkplug: add Sparkplug as extends abstract 2022-12-27 16:43:53 +02:00
Andrii Shvaika
34d7a6ced8 Merge remote-tracking branch 'origin/master' into develop/3.5 2022-12-27 13:06:46 +02:00
nickAS21
e4d2d833bd sparkplug: add Gateway as extends abstract 2022-12-26 17:58:45 +02:00
nickAS21
7babba1db4 sparkplug: Rename Gateway to abstract 2022-12-26 16:57:06 +02:00
Andrew Shvayka
19513ec027
Merge pull request #7804 from ShvaykaD/feature/base-entity-service-improvement
[3.5] improvements for base entity service v2
2022-12-22 14:14:47 +02:00
ShvaykaD
652a8c9e89 added getEntityType method in EntityDaoService 2022-12-22 13:02:39 +02:00
Andrii Shvaika
38ef27567c Refactoring of the initial implementation 2022-12-21 14:21:36 +02:00
nickAS21
ca54838f23 sparkplug: comments7 2022-12-21 08:08:16 +02:00
nickAS21
47d711345b sparkplug: connection6 2022-12-20 12:59:18 +02:00
nickAS21
ee819e2d80 sparkplug: connection5 2022-12-20 11:37:59 +02:00
ViacheslavKlimov
55fc7131fb Validation for rule node configuration; improve validation error message 2022-12-17 16:58:58 +02:00
ShvaykaD
3d27340cb5 fix audit log tests 2022-12-16 15:52:20 +02:00
nickAS21
f6aa9e6125 sparklug: comments4 2022-12-15 18:44:25 +02:00
ShvaykaD
5c5b83c4ce updated logic & fix typos after review 2022-12-15 15:10:38 +02:00
Andrii Shvaika
aadc2e35b7 Merge with master 2022-12-15 14:27:13 +02:00
nickAS21
f27f1b9aa6 sparkplug: connection4 2022-12-15 13:29:45 +02:00
nickAS21
81c484d745 sparkplug: connection2 2022-12-15 11:41:12 +02:00
nickAS21
1bf02b75f2 sparkplug: connection 2022-12-15 11:40:04 +02:00
Andrii Shvaika
68ffd803fe Merge branch 'feature/base-entity-service-improvement' of github.com:ShvaykaD/thingsboard into develop/3.5 2022-12-14 16:42:38 +02:00
ShvaykaD
7d9f437927 rollback optional changes for fetchEntityCustomerId method 2022-12-14 12:37:19 +02:00
ShvaykaD
f167c7c48b code cleanup after review 2022-12-14 12:30:27 +02:00
ShvaykaD
0bef324a1f refactoring after review 2022-12-12 19:18:45 +02:00
Andrew Shvayka
5e1fa45a10
Merge pull request #7768 from ViacheslavKlimov/fix/pagelink-validation
[3.4.3] Additional pageLink validation
2022-12-12 16:35:46 +02:00
Andrew Shvayka
0ee678e234
Merge pull request #7761 from ViacheslavKlimov/fix/entity-view-ts
[3.4.3] Fix no timeseries data in widget for entity view; fix State Chart invalid behavior
2022-12-12 15:54:29 +02:00
ViacheslavKlimov
4851f1af9f Fix comparing entity versions: ignore tenantId and createdTime 2022-12-09 19:03:57 +02:00