Skip to content

Commit

Permalink
New entity synthesis for tv screen devices (#1685)
Browse files Browse the repository at this point in the history
* New entity synthesis for tv screen devices

* Changes domain name to match pattern

* Changes type to match regex pattern

* Changes folder name to match domain-type

---------

Co-authored-by: manuelrodriguez-nr <[email protected]>
  • Loading branch information
FredRF and manuelrodriguez-nr authored Jul 17, 2024
1 parent c00bdd6 commit d9ca88e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions entity-types/tvs-screendevice/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
domain: TVS
type: SCREENDEVICE
synthesis:
rules:
- identifier: screenDevice
encodeIdentifierInGUID: true
name: screenDevice
conditions:
- attribute: screenDevice
present: true
- attribute: metricName
prefix: screenDevice_

0 comments on commit d9ca88e

Please sign in to comment.