Skip to content

Commit

Permalink
(JP) [Doc] Add know JEXL limitation based on attributes names (#4571)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jun 5, 2024
1 parent 28c9226 commit a415a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/manuals.jp/orion-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3168,6 +3168,7 @@ c|arrAvg

- 単位マイナス演算子が正しく動作しません。たとえば、次の式は動作しません (`null` にフェイルセーフされます): `A||-1`。ただし、次の代替式は動作します: `A||0-1` および `A||'-1'|parseInt)`
- 否定演算子 `!` (元の JavaScript JEXL でサポート) はサポートされていません
- JEXL 演算子 (例: `:` または `-`) を使用する属性名とエンティティ識別子は、望ましくない式結果につながる可能性があります。たとえば、`temperature-basic` という名前の属性を式の一部として使用すると、属性 `temperature-basic` の値ではなく、属性 `basic` の値から属性 `temperature` の値 (または、`temperature` または `basic` が存在しない場合は `null`) を減算した結果になります

<a name="oneshot-subscriptions"></a>

Expand Down

0 comments on commit a415a7f

Please sign in to comment.