GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
smart-home-server
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
smart-home-server
/
server
/
SHServ
/
Tools
/
DeviceAPI
/ Sensor.php
eugene-sukhodolskiy
20 hours ago
73 bytes
Added new device api object
Raw
Blame
History
<?php namespace SHServ\Tools\DeviceAPI; class Sensor extends Base { }