Advertisement
Nevinyrral

Greenhouse GrowLight Controller

Apr 10th, 2022
3,409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 0.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <InstructionData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <DateTime>132702177975814788</DateTime>
  4.   <GameVersion>0.2.2891.14453</GameVersion>
  5.   <Title>Greenhouse GrowLight Controller</Title>
  6.   <Description />
  7.   <Author>Linver</Author>
  8.   <WorkshopFileHandle>0</WorkshopFileHandle>
  9.   <Instructions>alias SolarSensor d0
  10. define GrowLights -1758710260
  11. alias SolarActive r1
  12.  
  13. loop:
  14.  
  15. l SolarActive SolarSensor Activate
  16.  
  17. beq SolarActive 0 skipon
  18. sb GrowLights On 1
  19. skipon:
  20.  
  21. beq SolarActive 1 skipoff
  22. sb GrowLights On 0
  23. skipoff:
  24.  
  25. j loop</Instructions>
  26. </InstructionData>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement