wip -- loadFromDevice

This commit is contained in:
2025-11-25 18:08:31 -07:00
parent adea9b6977
commit 96645cbff3
3 changed files with 21 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ pub enum System {
/// ## Examples
/// `l r0 d0 Setting`
/// `l r1 d5 Pressure`
LoadFromDevice(LiteralOrVariable, LiteralOrVariable),
LoadFromDevice(LiteralOrVariable, Literal),
/// Function which gets a LogicType from all connected network devices that match
/// the provided device hash and name, aggregating them via a batchMode
/// ## In Game