File: hook_002.py

package info (click to toggle)
python-asusrouter 1.21.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,856 kB
  • sloc: python: 20,497; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
"""Result of processing hook_002.content."""

from asusrouter import AsusData
from asusrouter.modules.led import AsusLED

expected_result = {AsusData.LED: {"state": AsusLED.OFF}}