Merge branch 'master' of github.com:thingsboard/thingsboard
This commit is contained in:
commit
40e13cceb8
@ -53,7 +53,9 @@ import java.util.concurrent.TimeUnit;
|
|||||||
relationTypes = {"Alarm Created", "Alarm Updated", "Alarm Severity Updated", "Alarm Cleared", "Success", "Failure"},
|
relationTypes = {"Alarm Created", "Alarm Updated", "Alarm Severity Updated", "Alarm Cleared", "Success", "Failure"},
|
||||||
configClazz = TbDeviceProfileNodeConfiguration.class,
|
configClazz = TbDeviceProfileNodeConfiguration.class,
|
||||||
nodeDescription = "Process device messages based on device profile settings",
|
nodeDescription = "Process device messages based on device profile settings",
|
||||||
nodeDetails = "Create and clear alarms based on alarm rules defined in device profile. Generates "
|
nodeDetails = "Create and clear alarms based on alarm rules defined in device profile. Generates ",
|
||||||
|
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||||
|
configDirective = "tbDeviceProfileConfig"
|
||||||
)
|
)
|
||||||
public class TbDeviceProfileNode implements TbNode {
|
public class TbDeviceProfileNode implements TbNode {
|
||||||
private static final String PERIODIC_MSG_TYPE = "TbDeviceProfilePeriodicMsg";
|
private static final String PERIODIC_MSG_TYPE = "TbDeviceProfilePeriodicMsg";
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
@import '../scss/constants';
|
@import '../../../../../../scss/constants';
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
.tb-device-profile-alarms {
|
.tb-device-profile-alarms {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user